diff options
author | Jonathan Duran | 2012-03-07 11:32:37 -0800 |
---|---|---|
committer | Jonathan Duran | 2012-03-07 11:32:37 -0800 |
commit | a1fd19bff814afa2f4a0299f860055b1e338cf3d (patch) | |
tree | 3412a9046760af1a3aecec245199e216a9d63e75 /js/panels/Timeline/TimelinePanel.reel | |
parent | f6835e48d3597ecb8cf1da8bcc91b58a8227d389 (diff) | |
download | ninja-a1fd19bff814afa2f4a0299f860055b1e338cf3d.tar.gz |
Bugfixes from optimization
Signed-off-by: Jonathan Duran <jduran@motorola.com>
Diffstat (limited to 'js/panels/Timeline/TimelinePanel.reel')
-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)) { |