app/actions.coffee in engine2-1.0.6 vs app/actions.coffee in engine2-1.0.7

- old
+ new

@@ -195,10 +195,13 @@ @parent().invoke() panel_menu_cancel: -> @panel_close() + panel_menu_close: -> + @panel_close() + websocket_connect: -> l = $location ws_meta = @meta.websocket ws = $websocket "ws#{l.protocol().slice(4, 5)}://#{l.host()}:#{l.port()}/#{@action_info().action_resource}", undefined, ws_meta.options _.each @globals().ws_methods, (method) => @@ -242,9 +245,10 @@ initialize: -> super() @tree = actions: [name: 'api', number: 0, access: true] @invoke_action('models') @invoke_action('environment') + @local_storage = localStorageService open: (stack, node, collapsed, expand) -> tree = @tree path = [] _.each stack, (index) -> # fold ?