aboutsummaryrefslogtreecommitdiff
path: root/js/ninja.reel/ninja.html
diff options
context:
space:
mode:
authorNivesh Rajbhandari2012-02-10 15:14:35 -0800
committerNivesh Rajbhandari2012-02-10 15:14:35 -0800
commitde65f73c0f129a26aa9007b69e8fce31d0e92d00 (patch)
treee0fd4bbc44b96909d7619593b29d9b063209a7ce /js/ninja.reel/ninja.html
parent9e40945a5bf4330d1088b56b8011ee625b1adab9 (diff)
parent48977780443d97b9e97b047066639c9056788041 (diff)
downloadninja-de65f73c0f129a26aa9007b69e8fce31d0e92d00.tar.gz
Merge branch 'refs/heads/ninja-internal' into WebGLFixes
Diffstat (limited to 'js/ninja.reel/ninja.html')
-rw-r--r--js/ninja.reel/ninja.html12
1 files changed, 5 insertions, 7 deletions
diff --git a/js/ninja.reel/ninja.html b/js/ninja.reel/ninja.html
index 706c8243..158bcaff 100644
--- a/js/ninja.reel/ninja.html
+++ b/js/ninja.reel/ninja.html
@@ -279,7 +279,8 @@
279 "stylesController": {"@": "stylesController"}, 279 "stylesController": {"@": "stylesController"},
280 "filePickerController": {"@": "filePickerController"}, 280 "filePickerController": {"@": "filePickerController"},
281 "newFileController": {"@": "newFileController"}, 281 "newFileController": {"@": "newFileController"},
282 "documentBar": {"@": "documentBar"} 282 "documentBar": {"@": "documentBar"},
283 "timeline": {"@": "timeline"}
283 } 284 }
284 } 285 }
285 286
@@ -344,13 +345,10 @@
344 </section> 345 </section>
345 346
346 <section id="timelineResizer" class="timelineResizer resizeBar"></section> 347 <section id="timelineResizer" class="timelineResizer resizeBar"></section>
347 348 <section id="breadCrumbTrail">
349 <div id="breadCrumbComponent"></div>
350 </section>
348 <section id="bottomPanelContainer" class="panelContainer"> 351 <section id="bottomPanelContainer" class="panelContainer">
349
350 <section id="breadCrumbTrail">
351 <div id="breadCrumbComponent"></div>
352 </section>
353
354 <section id="timelinePanel" class="panel"> 352 <section id="timelinePanel" class="panel">
355 <div id="timelinePanelComponent"></div> 353 <div id="timelinePanelComponent"></div>
356 </section> 354 </section>