OSDN Git Service

operator move to cache
[pettanr/pettanr.git] / app / assets / javascripts / models / story.js.coffee
index ba4f06c..dc17136 100644 (file)
@@ -17,11 +17,11 @@ class Pettanr.Story extends Peta.Binder
     new Pettanr.Cache.Retriever(Pettanr.Author, @get('author_id'))\r
   \r
   overwrite: (options) ->\r
-    operators = options.operators\r
+    operators = Pettanr.cache.operators\r
     return false if not operators.author\r
     @set('author_id', operators.author.id)\r
   \r
-  is_visible: (operators) ->\r
+  is_visible: (operators = Pettanr.cache.operators) ->\r
     switch super(operators)\r
       when null\r
         return true\r