From 143105a0b9c7765898b22d53489b4bd8df3dff2e Mon Sep 17 00:00:00 2001 From: Eric Guzman Date: Thu, 26 Apr 2012 03:15:49 -0700 Subject: CSS Panel - add handlers for css panel actions --- js/panels/css-panel/declaration.reel/declaration.html | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'js/panels/css-panel/declaration.reel/declaration.html') diff --git a/js/panels/css-panel/declaration.reel/declaration.html b/js/panels/css-panel/declaration.reel/declaration.html index 79865fed..3a513871 100644 --- a/js/panels/css-panel/declaration.reel/declaration.html +++ b/js/panels/css-panel/declaration.reel/declaration.html @@ -14,7 +14,8 @@ No rights, expressed or implied, whatsoever to this software are provided by Mot "module" : "js/panels/css-panel/declaration.reel", "name" : "Declaration", "properties" : { - "element" : {"#" : "container"} + "element" : {"#" : "container"}, + "treeController": {"@": "treeController"} } }, "styleShorthand": { @@ -26,9 +27,7 @@ No rights, expressed or implied, whatsoever to this software are provided by Mot "name": "TreeController", "properties" : { "branchKey" : "properties", - "labelKey" : "name", - - "delegate": {"@": "owner" } + "labelKey" : "name" }, "bindings": { "content": { -- cgit v1.2.3