OSDN Git Service

fix: cache
[pettanr/pettanr.git] / app / assets / javascripts / locmare / profiler / association / has_many.js.coffee
index 57b0f06..1805c60 100644 (file)
@@ -9,7 +9,6 @@ class Locmare.ProfilerModule.AssociationModule.HasMany extends Backbone.View
     action = controller.actions[@has_many_manifest.action_name]\r
     @list = Locmare.ListGroup.list(\r
       action.path_name(), action.name, \r
-      @profiler().operators, \r
       {id: @item().get('id'), page: 1, page_size: 3}\r
     )\r
   \r
@@ -30,7 +29,6 @@ class Locmare.ProfilerModule.AssociationModule.HasMany extends Backbone.View
       item_name: @has_many_model().item_name(), \r
       items: @list.items(), \r
       pager: @pager, \r
-      operators: @profiler().operators\r
     })\r
     @filer.render()\r
     @listenTo(@filer, 'http_get', @http_get)\r