aboutsummaryrefslogtreecommitdiff
path: root/js/panels/Timeline
diff options
context:
space:
mode:
authorKruti Shah2012-03-26 12:15:30 -0700
committerKruti Shah2012-03-26 12:15:30 -0700
commit580dd98b60234a7232951c48618ce446f9c3d901 (patch)
treeaa38077593da441507e3e3e660ce49af8d3c4535 /js/panels/Timeline
parentd555b8e68bb672be620e15171039ab9ec8f1fabd (diff)
downloadninja-580dd98b60234a7232951c48618ce446f9c3d901.tar.gz
Timeline : Breadcrumb Fix
Signed-off-by: Kruti Shah <kruti.shah@motorola.com>
Diffstat (limited to 'js/panels/Timeline')
-rw-r--r--js/panels/Timeline/TimelinePanel.reel/TimelinePanel.js8
1 files changed, 8 insertions, 0 deletions
diff --git a/js/panels/Timeline/TimelinePanel.reel/TimelinePanel.js b/js/panels/Timeline/TimelinePanel.reel/TimelinePanel.js
index 1d22c109..66c77072 100644
--- a/js/panels/Timeline/TimelinePanel.reel/TimelinePanel.js
+++ b/js/panels/Timeline/TimelinePanel.reel/TimelinePanel.js
@@ -433,6 +433,14 @@ var TimelinePanel = exports.TimelinePanel = Montage.create(Component, {
433 } 433 }
434 // Feed the new array of objects into the repetitions. 434 // Feed the new array of objects into the repetitions.
435 this.arrLayers = this.temparrLayers; 435 this.arrLayers = this.temparrLayers;
436 }else if(this.application.ninja.breadCrumbClick){
437 var parentNode = this.application.ninja.currentSelectedContainer;
438 for (myIndex = 0; parentNode.children[myIndex]; myIndex++) {
439 this._openDoc = true;
440 this.restoreLayer(parentNode.children[myIndex]);
441 }
442 this.arrLayers = this.temparrLayers;
443
436 } 444 }
437 445
438 // After recreating the tracks and layers, store the result in the currentDocument. 446 // After recreating the tracks and layers, store the result in the currentDocument.