OSDN Git Service

clean
[pettanr/pettanr.git] / app / assets / javascripts / locmare / list_group / list / base.js.coffee
index bf6dea2..0c04999 100644 (file)
@@ -31,6 +31,6 @@ class Locmare.ListGroupModule.Base extends Backbone.Collection
   open: (cb) ->\r
     @url = '/' + @action_manifest.url(@params)\r
     @fetch({cache: true}).done =>\r
-      #_this.boost(items)\r
+      # @boost(items)\r
       cb()\r
   \r