diff options
author | Jonathan Duran | 2012-05-11 14:13:07 -0700 |
---|---|---|
committer | Jonathan Duran | 2012-05-11 14:13:07 -0700 |
commit | 1e2138fc7d0007b0ad3cb4807dc1c9101190f2f2 (patch) | |
tree | 2563aa7694c3caaf813ca71ef3250b2a76ee0041 /js/panels/presets/style-presets.reel/style-presets.html | |
parent | 32257ac142f872d3c1f6c07504bae77ae884ed93 (diff) | |
parent | 6fcaa4e923a19672b5860b4c6f67d836680e7e99 (diff) | |
download | ninja-1e2138fc7d0007b0ad3cb4807dc1c9101190f2f2.tar.gz |
Merge branch 'refs/heads/TimelineUber' into TimelineProps
Diffstat (limited to 'js/panels/presets/style-presets.reel/style-presets.html')
-rw-r--r-- | js/panels/presets/style-presets.reel/style-presets.html | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/js/panels/presets/style-presets.reel/style-presets.html b/js/panels/presets/style-presets.reel/style-presets.html index 7490a73b..bebff22d 100644 --- a/js/panels/presets/style-presets.reel/style-presets.html +++ b/js/panels/presets/style-presets.reel/style-presets.html | |||
@@ -13,12 +13,11 @@ No rights, expressed or implied, whatsoever to this software are provided by Mot | |||
13 | "owner": { | 13 | "owner": { |
14 | "prototype" : "js/panels/presets/style-presets.reel[StylesLibrary]", | 14 | "prototype" : "js/panels/presets/style-presets.reel[StylesLibrary]", |
15 | "properties" : { | 15 | "properties" : { |
16 | "element" : {"#" : "stylesLibrary"}, | 16 | "element" : {"#" : "stylesLibrary"} |
17 | "treeList" : {"@" : "treeList"} | ||
18 | } | 17 | } |
19 | }, | 18 | }, |
20 | "presetsController" : { | 19 | "presetsController" : { |
21 | "prototype": "js/controllers/tree-controller", | 20 | "prototype": "js/components/controllers/tree-controller", |
22 | "properties" : { | 21 | "properties" : { |
23 | "branchKey" : "children", | 22 | "branchKey" : "children", |
24 | "labelKey" : "text", | 23 | "labelKey" : "text", |
@@ -48,8 +47,8 @@ No rights, expressed or implied, whatsoever to this software are provided by Mot | |||
48 | </script> | 47 | </script> |
49 | </head> | 48 | </head> |
50 | <body> | 49 | <body> |
51 | <section id="stylesLibrary" class="stylesLibrary"> | 50 | <section data-montage-id="stylesLibrary" class="stylesLibrary"> |
52 | <div id="libraryContainer"></div> | 51 | <div data-montage-id="libraryContainer"></div> |
53 | </section> | 52 | </section> |
54 | </body> | 53 | </body> |
55 | </html> \ No newline at end of file | 54 | </html> \ No newline at end of file |