OSDN Git Service

fix:asoc system
[pettanr/pettanr.git] / app / assets / javascripts / models / comic_story.js.coffee
index e441d26..85a223b 100644 (file)
@@ -13,12 +13,6 @@ class Pettanr.ComicStory extends Peta.Leaf
     t: null\r
   } \r
   \r
-  comic: () ->\r
-    new Pettanr.Cache.Retriever(Pettanr.Comic, @get('comic_id'))\r
-  \r
-  story: () ->\r
-    new Pettanr.Cache.Retriever(Pettanr.Story, @get('story_id'))\r
-  \r
   has_story: () ->\r
     if @get('story_id')\r
       true\r