diff options
author | Eric Guzman | 2012-05-10 15:11:40 -0700 |
---|---|---|
committer | Eric Guzman | 2012-05-10 15:11:40 -0700 |
commit | b52222a0e165825bf507b4f69b33d51c84eb85d4 (patch) | |
tree | 29677df29357c9aa373fa54581f215929098742b /js/panels/css-panel/rule-list-container.reel/rule-list-container.html | |
parent | 39f23ad4868482f395d2e210490a2d73545a9d84 (diff) | |
download | ninja-b52222a0e165825bf507b4f69b33d51c84eb85d4.tar.gz |
CSS Panel - Fix errors from new Montage and remove logs.
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 | 18 |
1 files changed, 12 insertions, 6 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 8f816d28..809f9bfe 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 | |||
@@ -23,12 +23,7 @@ No rights, expressed or implied, whatsoever to this software are provided by Mot | |||
23 | "properties": { | 23 | "properties": { |
24 | "supportedRules" : { | 24 | "supportedRules" : { |
25 | "inline": {"@": "cssStyleRule" }, | 25 | "inline": {"@": "cssStyleRule" }, |
26 | "1" : {"@": "cssStyleRule"}, | 26 | "1" : {"@": "cssStyleRule"} |
27 | "3" : {"@": "cssImportRule"}, | ||
28 | "4" : {"@": "cssMediaRule"}, | ||
29 | "5" : {"@": "cssFontFaceRule"}, | ||
30 | "6" : {"@": "cssPageRule"}, | ||
31 | "10" : {"@": "namespaceRule"} | ||
32 | } | 27 | } |
33 | } | 28 | } |
34 | }, | 29 | }, |
@@ -38,6 +33,17 @@ No rights, expressed or implied, whatsoever to this software are provided by Mot | |||
38 | } | 33 | } |
39 | } | 34 | } |
40 | </script> | 35 | </script> |
36 | <script type="text/json"> | ||
37 | "supportedRules" : { | ||
38 | "inline": {"@": "cssStyleRule" }, | ||
39 | "1" : {"@": "cssStyleRule"}, | ||
40 | "3" : {"@": "cssImportRule"}, | ||
41 | "4" : {"@": "cssMediaRule"}, | ||
42 | "5" : {"@": "cssFontFaceRule"}, | ||
43 | "6" : {"@": "cssPageRule"}, | ||
44 | "10" : {"@": "namespaceRule"} | ||
45 | } | ||
46 | </script> | ||
41 | </head> | 47 | </head> |
42 | <body> | 48 | <body> |
43 | <div id="container" class="rule-list-container"></div> | 49 | <div id="container" class="rule-list-container"></div> |