OSDN Git Service

fix:asoc system
[pettanr/pettanr.git] / app / assets / javascripts / models / comic.js.coffee
index 70f5c57..de9689b 100644 (file)
@@ -12,9 +12,6 @@ class Pettanr.Comic extends Peta.Binder
     author_id: null\r
   } \r
   \r
-  author: () ->\r
-    new Pettanr.Cache.Retriever(Pettanr.Author, @get('author_id'))\r
-  \r
   is_visible: (operators = Pettanr.cache.operators) ->\r
     switch super(operators)\r
       when null\r