diff options
author | Eric Guzman | 2012-05-22 14:28:00 -0700 |
---|---|---|
committer | Eric Guzman | 2012-05-22 14:28:00 -0700 |
commit | 1c3da2901f454ad2c18e20216bb2517740a1c080 (patch) | |
tree | f91f102be89eb01362da1a7d209deecb98b413a9 /js/panels/css-panel/rule-list-container.reel/rule-list-container.html | |
parent | 70a85334144a9516fdec7b09eb5c9856230d12f1 (diff) | |
download | ninja-1c3da2901f454ad2c18e20216bb2517740a1c080.tar.gz |
CSS Panel - Update components to use new serialization format
Diffstat (limited to 'js/panels/css-panel/rule-list-container.reel/rule-list-container.html')
-rw-r--r-- | js/panels/css-panel/rule-list-container.reel/rule-list-container.html | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/js/panels/css-panel/rule-list-container.reel/rule-list-container.html b/js/panels/css-panel/rule-list-container.reel/rule-list-container.html index 809f9bfe..77c9f275 100644 --- a/js/panels/css-panel/rule-list-container.reel/rule-list-container.html +++ b/js/panels/css-panel/rule-list-container.reel/rule-list-container.html | |||
@@ -10,16 +10,14 @@ No rights, expressed or implied, whatsoever to this software are provided by Mot | |||
10 | <script type="text/montage-serialization"> | 10 | <script type="text/montage-serialization"> |
11 | { | 11 | { |
12 | "owner": { | 12 | "owner": { |
13 | "module" : "js/panels/css-panel/rule-list-container.reel", | 13 | "prototype" : "js/panels/css-panel/rule-list-container.reel", |
14 | "name" : "RuleListContainer", | ||
15 | "properties" : { | 14 | "properties" : { |
16 | "element" : {"#" : "container"}, | 15 | "element" : {"#" : "container"}, |
17 | "ruleListComponent": {"@": "ruleList"} | 16 | "ruleListComponent": {"@": "ruleList"} |
18 | } | 17 | } |
19 | }, | 18 | }, |
20 | "ruleList": { | 19 | "ruleList": { |
21 | "module" : "js/panels/css-panel/rule-list.reel", | 20 | "prototype" : "js/panels/css-panel/rule-list.reel", |
22 | "name": "RuleList", | ||
23 | "properties": { | 21 | "properties": { |
24 | "supportedRules" : { | 22 | "supportedRules" : { |
25 | "inline": {"@": "cssStyleRule" }, | 23 | "inline": {"@": "cssStyleRule" }, |
@@ -28,8 +26,7 @@ No rights, expressed or implied, whatsoever to this software are provided by Mot | |||
28 | } | 26 | } |
29 | }, | 27 | }, |
30 | "cssStyleRule": { | 28 | "cssStyleRule": { |
31 | "module": "js/panels/css-panel/rule-components/css-style-rule.reel", | 29 | "prototype": "js/panels/css-panel/rule-components/css-style-rule.reel" |
32 | "name": "CssStyleRule" | ||
33 | } | 30 | } |
34 | } | 31 | } |
35 | </script> | 32 | </script> |
@@ -46,6 +43,6 @@ No rights, expressed or implied, whatsoever to this software are provided by Mot | |||
46 | </script> | 43 | </script> |
47 | </head> | 44 | </head> |
48 | <body> | 45 | <body> |
49 | <div id="container" class="rule-list-container"></div> | 46 | <div data-montage-id="container" class="rule-list-container"></div> |
50 | </body> | 47 | </body> |
51 | </html> \ No newline at end of file | 48 | </html> \ No newline at end of file |