diff options
Diffstat (limited to 'js/panels/Timeline/TimelinePanel.reel/TimelinePanel.js')
-rw-r--r-- | js/panels/Timeline/TimelinePanel.reel/TimelinePanel.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/js/panels/Timeline/TimelinePanel.reel/TimelinePanel.js b/js/panels/Timeline/TimelinePanel.reel/TimelinePanel.js index 54c40676..94d9daec 100644 --- a/js/panels/Timeline/TimelinePanel.reel/TimelinePanel.js +++ b/js/panels/Timeline/TimelinePanel.reel/TimelinePanel.js | |||
@@ -499,7 +499,6 @@ var TimelinePanel = exports.TimelinePanel = Montage.create(Component, { | |||
499 | this._firstTimeLoaded = false; | 499 | this._firstTimeLoaded = false; |
500 | } else { | 500 | } else { |
501 | this.arrLayers.length = 0; | 501 | this.arrLayers.length = 0; |
502 | this.arrTracks.length = 0; | ||
503 | this.hashKey = node.uuid; | 502 | this.hashKey = node.uuid; |
504 | 503 | ||
505 | if (this.returnedObject = this.hashInstance.getItem(this.hashKey)) { | 504 | if (this.returnedObject = this.hashInstance.getItem(this.hashKey)) { |