OSDN Git Service

operator move to cache
[pettanr/pettanr.git] / app / assets / javascripts / editor / panel_editor.js.coffee
index a174104..35de92a 100644 (file)
@@ -4,14 +4,12 @@ class Editor.PanelEditor extends Backbone.View
   \r
   initialize: (options) ->\r
     @panel = options.root_item\r
-    @operators = options.operators\r
     @item = @panel\r
     @dialog = new Editor.PanelEditor.Dialog({\r
-      parent: this, operators: @operators\r
+      parent: this\r
     })\r
     @body = new Pettanr.Views.Panel.Body.Edit({\r
       panel: @root_item(),\r
-      operators: @operators,\r
       spot: null\r
     })\r
     @dock = new Editor.PanelEditor.Dock({parent: this})\r