OSDN Git Service

operator move to cache
[pettanr/pettanr.git] / app / assets / javascripts / main.js.coffee
index 62888c2..fda39bb 100644 (file)
@@ -28,7 +28,7 @@ $ ->
     return('leave?')\r
   Backbone.history.start({silent: true, pushState: true, root: '/'})\r
   \r
-  Pettanr.cache = new Pettanr.Cache()\r
+  Pettanr.cache = new Pettanr.Cache({operators: new Pettanr.Operator({})})\r
   layout = if Pettanr.is_sns()\r
     new Pettanr.Views.Layout.Sns()\r
   else\r