diff options
author | Eric Guzman | 2012-04-26 03:15:49 -0700 |
---|---|---|
committer | Eric Guzman | 2012-04-26 03:15:49 -0700 |
commit | 143105a0b9c7765898b22d53489b4bd8df3dff2e (patch) | |
tree | 05c6cd14d6400dc2393ebc4465ac3c31c42feb47 /js/panels/css-panel/declaration.reel/declaration.html | |
parent | f1d4c48cd12d4c1a4a8b8d7ce648ea510607cb88 (diff) | |
download | ninja-143105a0b9c7765898b22d53489b4bd8df3dff2e.tar.gz |
CSS Panel - add handlers for css panel actions
Diffstat (limited to 'js/panels/css-panel/declaration.reel/declaration.html')
-rw-r--r-- | js/panels/css-panel/declaration.reel/declaration.html | 7 |
1 files changed, 3 insertions, 4 deletions
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 | |||
14 | "module" : "js/panels/css-panel/declaration.reel", | 14 | "module" : "js/panels/css-panel/declaration.reel", |
15 | "name" : "Declaration", | 15 | "name" : "Declaration", |
16 | "properties" : { | 16 | "properties" : { |
17 | "element" : {"#" : "container"} | 17 | "element" : {"#" : "container"}, |
18 | "treeController": {"@": "treeController"} | ||
18 | } | 19 | } |
19 | }, | 20 | }, |
20 | "styleShorthand": { | 21 | "styleShorthand": { |
@@ -26,9 +27,7 @@ No rights, expressed or implied, whatsoever to this software are provided by Mot | |||
26 | "name": "TreeController", | 27 | "name": "TreeController", |
27 | "properties" : { | 28 | "properties" : { |
28 | "branchKey" : "properties", | 29 | "branchKey" : "properties", |
29 | "labelKey" : "name", | 30 | "labelKey" : "name" |
30 | |||
31 | "delegate": {"@": "owner" } | ||
32 | }, | 31 | }, |
33 | "bindings": { | 32 | "bindings": { |
34 | "content": { | 33 | "content": { |