diff options
author | Jonathan Duran | 2012-02-23 08:04:35 -0800 |
---|---|---|
committer | Jonathan Duran | 2012-02-23 08:04:35 -0800 |
commit | a712e134ea94b6a21061c1bd272ce15b1f95b986 (patch) | |
tree | f031bd1ffd6097b74e813b4797604ed32787f5d4 /js/panels/Timeline | |
parent | 4d1f1d02e9e443485357c482432938fd0d9f757d (diff) | |
download | ninja-a712e134ea94b6a21061c1bd272ce15b1f95b986.tar.gz |
Unterminated lines
Signed-off-by: Jonathan Duran <jduran@motorola.com>
Diffstat (limited to 'js/panels/Timeline')
-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:{}, |