diff options
Diffstat (limited to 'js/ninja.reel')
-rwxr-xr-x | js/ninja.reel/ninja.html | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/js/ninja.reel/ninja.html b/js/ninja.reel/ninja.html index c170b16f..a17f6583 100755 --- a/js/ninja.reel/ninja.html +++ b/js/ninja.reel/ninja.html | |||
@@ -293,7 +293,8 @@ | |||
293 | "newFileController": {"@": "newFileController"}, | 293 | "newFileController": {"@": "newFileController"}, |
294 | "coreIoApi": {"@": "coreIoApi1"}, | 294 | "coreIoApi": {"@": "coreIoApi1"}, |
295 | "documentBar": {"@": "documentBar"}, | 295 | "documentBar": {"@": "documentBar"}, |
296 | "ioMediator": {"@": "ioMediator"} | 296 | "ioMediator": {"@": "ioMediator"}, |
297 | "timeline": {"@": "timeline"} | ||
297 | } | 298 | } |
298 | } | 299 | } |
299 | 300 | ||
@@ -358,13 +359,10 @@ | |||
358 | </section> | 359 | </section> |
359 | 360 | ||
360 | <section id="timelineResizer" class="timelineResizer resizeBar"></section> | 361 | <section id="timelineResizer" class="timelineResizer resizeBar"></section> |
361 | 362 | <section id="breadCrumbTrail"> | |
363 | <div id="breadCrumbComponent"></div> | ||
364 | </section> | ||
362 | <section id="bottomPanelContainer" class="panelContainer"> | 365 | <section id="bottomPanelContainer" class="panelContainer"> |
363 | |||
364 | <section id="breadCrumbTrail"> | ||
365 | <div id="breadCrumbComponent"></div> | ||
366 | </section> | ||
367 | |||
368 | <section id="timelinePanel" class="panel"> | 366 | <section id="timelinePanel" class="panel"> |
369 | <div id="timelinePanelComponent"></div> | 367 | <div id="timelinePanelComponent"></div> |
370 | </section> | 368 | </section> |