aboutsummaryrefslogtreecommitdiff
path: root/js/ninja.reel/ninja.html
diff options
context:
space:
mode:
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>