OSDN Git Service

fix: fetch fail
[pettanr/pettanr.git] / app / assets / javascripts / models / artist.js.coffee
index c3b4298..027b4a7 100644 (file)
@@ -13,9 +13,6 @@ class Pettanr.Artist extends Peta.Owner
   \r
   overwrite: (options) ->\r
   \r
-  icon_with_caption_view: (half = true, column_name = 'name', length = 12) ->\r
-    new Pettanr.Views.Common.IconWithCaption({item: this, half: half, column_name: column_name, length: length})\r
-  \r
   initialize: (attr = {}, options = {}) ->\r
     super(attr, options)\r
   \r