OSDN Git Service

change page status
[pettanr/pettanr.git] / app / assets / javascripts / pettanr.js.coffee
index 4a7a0a3..773f6c6 100644 (file)
@@ -99,15 +99,6 @@ class Pettanr
   @cache = {}\r
   @credits = {}\r
   \r
-  class Pettanr.FilerCollection extends Backbone.Collection\r
-    \r
-    initialize: (models, options) ->\r
-      @model = options['model']\r
-      @action = options['action']\r
-      @params = options['params']\r
-      \r
-      @url = '/' + @action.url(@params)\r
-  \r
   class Pettanr.AppController\r
     constructor: () ->\r
       @params = {}\r