aboutsummaryrefslogtreecommitdiff
path: root/js/panels/Timeline
diff options
context:
space:
mode:
authorJon Reid2012-03-15 16:00:40 -0700
committerJon Reid2012-03-15 16:00:40 -0700
commitd27d40ea28d41af1d64e75d74f5adb3126be0f53 (patch)
treedcf41d3c12043728647d703ad54d9a5bd1fe62df /js/panels/Timeline
parent134abd9a23c3ef3ef687051b5da7b94339ae8cad (diff)
downloadninja-d27d40ea28d41af1d64e75d74f5adb3126be0f53.tar.gz
Timeline: remove comment.
Diffstat (limited to 'js/panels/Timeline')
-rw-r--r--js/panels/Timeline/TimelinePanel.reel/TimelinePanel.js10
1 files changed, 1 insertions, 9 deletions
diff --git a/js/panels/Timeline/TimelinePanel.reel/TimelinePanel.js b/js/panels/Timeline/TimelinePanel.reel/TimelinePanel.js
index 57288395..a1e320c4 100644
--- a/js/panels/Timeline/TimelinePanel.reel/TimelinePanel.js
+++ b/js/panels/Timeline/TimelinePanel.reel/TimelinePanel.js
@@ -718,15 +718,7 @@ var TimelinePanel = exports.TimelinePanel = Montage.create(Component, {
718 this._LayerUndoObject = thingToPush; 718 this._LayerUndoObject = thingToPush;
719 this._LayerUndoIndex = thingToPush.layerData.layerID; 719 this._LayerUndoIndex = thingToPush.layerData.layerID;
720 this._LayerUndoStatus = true; 720 this._LayerUndoStatus = true;
721/* 721
722 this._captureSelection = true;
723
724 // TODO: Find a better solution than a timout here.
725 var that = this;
726 setTimeout(function() {
727 that.selectLayer(indexToSelect, true);
728 }, 500);
729*/
730 } 722 }
731 723
732 } 724 }