OSDN Git Service

fix filer
[pettanr/pettanr.git] / app / assets / javascripts / locmare / filer / body / file_body.js.coffee
index 26bb9e3..7508316 100644 (file)
@@ -5,7 +5,7 @@ class Locmare.FilerModule.BodyModule.FileBody extends Backbone.View
     @body = options.body\r
     @collection = []\r
     _this = this\r
-    c = @filer().list_result\r
+    c = @filer().collection\r
     c.fetch().done ->\r
       _this.filer().items = c.models\r
       _this.collection = _.map c.models, (item) ->\r