diff options
author | Jonathan Duran | 2012-02-06 14:07:11 -0800 |
---|---|---|
committer | Jonathan Duran | 2012-02-06 14:07:11 -0800 |
commit | cf2f83be020d7d14f22177e0841472927d2fbcd7 (patch) | |
tree | 9217a654ca83367cc27dcbcc75495c4160b93ff4 /js/ninja.reel/ninja.html | |
parent | bda8dd9fcbf98cfd7c93d48565f0d6c74e392a62 (diff) | |
download | ninja-cf2f83be020d7d14f22177e0841472927d2fbcd7.tar.gz |
Integrate breadcrumb component and layer handling code
Signed-off-by: Jonathan Duran <jduran@motorola.com>
Diffstat (limited to 'js/ninja.reel/ninja.html')
-rw-r--r-- | js/ninja.reel/ninja.html | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/js/ninja.reel/ninja.html b/js/ninja.reel/ninja.html index 1aaa0c60..158bcaff 100644 --- a/js/ninja.reel/ninja.html +++ b/js/ninja.reel/ninja.html | |||
@@ -345,13 +345,10 @@ | |||
345 | </section> | 345 | </section> |
346 | 346 | ||
347 | <section id="timelineResizer" class="timelineResizer resizeBar"></section> | 347 | <section id="timelineResizer" class="timelineResizer resizeBar"></section> |
348 | 348 | <section id="breadCrumbTrail"> | |
349 | <div id="breadCrumbComponent"></div> | ||
350 | </section> | ||
349 | <section id="bottomPanelContainer" class="panelContainer"> | 351 | <section id="bottomPanelContainer" class="panelContainer"> |
350 | |||
351 | <section id="breadCrumbTrail"> | ||
352 | <div id="breadCrumbComponent"></div> | ||
353 | </section> | ||
354 | |||
355 | <section id="timelinePanel" class="panel"> | 352 | <section id="timelinePanel" class="panel"> |
356 | <div id="timelinePanelComponent"></div> | 353 | <div id="timelinePanelComponent"></div> |
357 | </section> | 354 | </section> |