aboutsummaryrefslogtreecommitdiff
path: root/js/panels
diff options
context:
space:
mode:
authorJonathan Duran2012-02-23 14:11:36 -0800
committerJonathan Duran2012-02-23 14:11:36 -0800
commit19ac6739162c6ad007429ec34204f0589b4e11cc (patch)
treeb7befa5bdac9244778504459fae1c93268292251 /js/panels
parent3a1821d6c14f9f06c81f7e74b3da27bf998c4b6f (diff)
downloadninja-19ac6739162c6ad007429ec34204f0589b4e11cc.tar.gz
Remove unneeded selection code
Signed-off-by: Jonathan Duran <jduran@motorola.com>
Diffstat (limited to 'js/panels')
-rw-r--r--js/panels/Timeline/TimelinePanel.reel/TimelinePanel.js4
1 files changed, 0 insertions, 4 deletions
diff --git a/js/panels/Timeline/TimelinePanel.reel/TimelinePanel.js b/js/panels/Timeline/TimelinePanel.reel/TimelinePanel.js
index 89d14c17..2ca32de9 100644
--- a/js/panels/Timeline/TimelinePanel.reel/TimelinePanel.js
+++ b/js/panels/Timeline/TimelinePanel.reel/TimelinePanel.js
@@ -839,10 +839,6 @@ var TimelinePanel = exports.TimelinePanel = Montage.create(Component, {
839 this.trackRepetition.selectedIndexes = [layerIndex]; 839 this.trackRepetition.selectedIndexes = [layerIndex];
840 this.currentLayerSelected = this.arrLayers[layerIndex]; 840 this.currentLayerSelected = this.arrLayers[layerIndex];
841 this.currentTrackSelected = this.arrTracks[layerIndex]; 841 this.currentTrackSelected = this.arrTracks[layerIndex];
842 if(this._captureSelection){
843 this.application.ninja.selectionController.selectElements(this.currentLayerSelected.elementsList)
844 }
845 this._captureSelection = true;
846 } else { 842 } else {
847 this.layerRepetition.selectedIndexes = null; 843 this.layerRepetition.selectedIndexes = null;
848 this.trackRepetition.selectedIndexes = null; 844 this.trackRepetition.selectedIndexes = null;