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/style-shorthand.reel/style-shorthand.html | |
parent | f1d4c48cd12d4c1a4a8b8d7ce648ea510607cb88 (diff) | |
download | ninja-143105a0b9c7765898b22d53489b4bd8df3dff2e.tar.gz |
CSS Panel - add handlers for css panel actions
Diffstat (limited to 'js/panels/css-panel/style-shorthand.reel/style-shorthand.html')
-rw-r--r-- | js/panels/css-panel/style-shorthand.reel/style-shorthand.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/js/panels/css-panel/style-shorthand.reel/style-shorthand.html b/js/panels/css-panel/style-shorthand.reel/style-shorthand.html index 243d9cc7..0311798b 100644 --- a/js/panels/css-panel/style-shorthand.reel/style-shorthand.html +++ b/js/panels/css-panel/style-shorthand.reel/style-shorthand.html | |||
@@ -19,8 +19,8 @@ No rights, expressed or implied, whatsoever to this software are provided by Mot | |||
19 | "branchList": {"#" : "branchList"}, | 19 | "branchList": {"#" : "branchList"}, |
20 | "arrayController": {"@": "arrayController" }, | 20 | "arrayController": {"@": "arrayController" }, |
21 | "repetition": {"@": "repetition"}, | 21 | "repetition": {"@": "repetition"}, |
22 | "leafComponent": {"@": "leaf"}, | 22 | "leafComponent": {"@": "style"}, |
23 | "branchComponent": {"@": "branch"}, | 23 | "branchComponent": {"@": "shorthand"}, |
24 | "branchCollapser": {"#": "collapser" } | 24 | "branchCollapser": {"#": "collapser" } |
25 | } | 25 | } |
26 | }, | 26 | }, |