X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=app%2Fassets%2Fjavascripts%2Fmodels%2Fartist.js.coffee;h=027b4a7852f7d6f054a87474ed398f61a4352733;hb=f2de6606262cd76e637dbf54581634fab3be205a;hp=c3b42980a6d60686630a7ad32257b4e02f39aeff;hpb=bc9dd75754da9a89194b6495a5992521050f2e7d;p=pettanr%2Fpettanr.git diff --git a/app/assets/javascripts/models/artist.js.coffee b/app/assets/javascripts/models/artist.js.coffee index c3b42980..027b4a78 100644 --- a/app/assets/javascripts/models/artist.js.coffee +++ b/app/assets/javascripts/models/artist.js.coffee @@ -13,9 +13,6 @@ class Pettanr.Artist extends Peta.Owner overwrite: (options) -> - icon_with_caption_view: (half = true, column_name = 'name', length = 12) -> - new Pettanr.Views.Common.IconWithCaption({item: this, half: half, column_name: column_name, length: length}) - initialize: (attr = {}, options = {}) -> super(attr, options)