aboutsummaryrefslogtreecommitdiff
path: root/js
diff options
context:
space:
mode:
Diffstat (limited to 'js')
-rw-r--r--js/panels/Timeline/TimelinePanel.reel/TimelinePanel.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/panels/Timeline/TimelinePanel.reel/TimelinePanel.js b/js/panels/Timeline/TimelinePanel.reel/TimelinePanel.js
index 110f0336..4177c681 100644
--- a/js/panels/Timeline/TimelinePanel.reel/TimelinePanel.js
+++ b/js/panels/Timeline/TimelinePanel.reel/TimelinePanel.js
@@ -601,7 +601,7 @@ var TimelinePanel = exports.TimelinePanel = Montage.create(Component, {
601// this._firstTimeLoaded = true; 601// this._firstTimeLoaded = true;
602 this.end_hottext.value = 25; 602 this.end_hottext.value = 25;
603 this.updateTrackContainerWidth(); 603 this.updateTrackContainerWidth();
604 604 this.masterDuration = 0;
605 // Clear the repetitions 605 // Clear the repetitions
606 if (this.arrLayers.length > 0) { 606 if (this.arrLayers.length > 0) {
607 this.arrLayers = []; 607 this.arrLayers = [];