aboutsummaryrefslogtreecommitdiff
path: root/js/panels/presets/style-presets.reel
diff options
context:
space:
mode:
authorJonathan Duran2012-05-09 09:58:27 -0700
committerJonathan Duran2012-05-09 09:58:27 -0700
commit48a2a800155fd2d608fb7191c0180cd8f625cd44 (patch)
tree899f9cf1b09a01bc073f92ab498236aed80b38ec /js/panels/presets/style-presets.reel
parent2ea8a62835f4c20efff2623306e7205e6f5bf0ba (diff)
parentd220c02e246b30509b28a47fa04916ca2b8122e4 (diff)
downloadninja-48a2a800155fd2d608fb7191c0180cd8f625cd44.tar.gz
Merge branch 'refs/heads/NINJAmaster' into TimelineUber
Conflicts: js/panels/Timeline/TimelineTrack.reel/TimelineTrack.html Signed-off-by: Jonathan Duran <jduran@motorola.com>
Diffstat (limited to 'js/panels/presets/style-presets.reel')
-rw-r--r--js/panels/presets/style-presets.reel/style-presets.html7
1 files changed, 3 insertions, 4 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..a3d718bb 100644
--- a/js/panels/presets/style-presets.reel/style-presets.html
+++ b/js/panels/presets/style-presets.reel/style-presets.html
@@ -13,8 +13,7 @@ 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" : {
@@ -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