OSDN Git Service

Merge branch 'v06' of git.sourceforge.jp:/gitroot/pettanr/pettanr into v06
[pettanr/pettanr.git] / app / assets / javascripts / main.js.coffee
index bb0ac9c..f0f195a 100644 (file)
@@ -27,6 +27,7 @@ $ ->
   window.onbeforeunload = (e)->\r
     return('leave?')\r
   Backbone.history.start({silent: true, pushState: true, root: '/'})\r
+  Pettanr.cache = new Pettanr.Cache()\r
   \r
   layout = if Pettanr.is_sns()\r
     new Pettanr.Views.Layout.Sns()\r