diff options
Diffstat (limited to 'js/panels')
-rw-r--r-- | js/panels/Timeline/TimelinePanel.reel/TimelinePanel.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/js/panels/Timeline/TimelinePanel.reel/TimelinePanel.js b/js/panels/Timeline/TimelinePanel.reel/TimelinePanel.js index 8764d041..05fdccb2 100644 --- a/js/panels/Timeline/TimelinePanel.reel/TimelinePanel.js +++ b/js/panels/Timeline/TimelinePanel.reel/TimelinePanel.js | |||
@@ -241,7 +241,7 @@ var TimelinePanel = exports.TimelinePanel = Montage.create(Component, { | |||
241 | key = this.application.ninja.selectedElements[0].uuid; | 241 | key = this.application.ninja.selectedElements[0].uuid; |
242 | switchSelectedLayer = this.hashElementMapToLayer.getItem(key); | 242 | switchSelectedLayer = this.hashElementMapToLayer.getItem(key); |
243 | if(switchSelectedLayer!==undefined){ | 243 | if(switchSelectedLayer!==undefined){ |
244 | layerIndex = this.getLayerIndexByID(switchSelectedLayer.layerID) | 244 | layerIndex = this.getLayerIndexByID(switchSelectedLayer.layerID); |
245 | this._captureSelection=false; | 245 | this._captureSelection=false; |
246 | this.selectLayer(layerIndex); | 246 | this.selectLayer(layerIndex); |
247 | this._captureSelection=true; | 247 | this._captureSelection=true; |
@@ -767,7 +767,7 @@ var TimelinePanel = exports.TimelinePanel = Montage.create(Component, { | |||
767 | 767 | ||
768 | createElementMapToLayer:{ | 768 | createElementMapToLayer:{ |
769 | value:function(){ | 769 | value:function(){ |
770 | var hashMappingObject | 770 | var hashMappingObject; |
771 | hashMappingObject = Object.create(Object.prototype, { | 771 | hashMappingObject = Object.create(Object.prototype, { |
772 | mappingArray:{ | 772 | mappingArray:{ |
773 | value:{}, | 773 | value:{}, |