aboutsummaryrefslogtreecommitdiff
path: root/js/panels/Timeline
diff options
context:
space:
mode:
authorJonathan Duran2012-04-18 13:48:19 -0700
committerJonathan Duran2012-04-18 13:48:19 -0700
commit260bc6db6273258f9a05c21d178273e1c302affb (patch)
treef409d3ed893c6775fd8c62e7e76eae75bfbb5b9b /js/panels/Timeline
parenta9d5833fb7ea4f58209b7a30c4e63334ed1a387a (diff)
downloadninja-260bc6db6273258f9a05c21d178273e1c302affb.tar.gz
Remove TODOs
Signed-off-by: Jonathan Duran <jduran@motorola.com>
Diffstat (limited to 'js/panels/Timeline')
-rw-r--r--js/panels/Timeline/TimelinePanel.reel/TimelinePanel.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/js/panels/Timeline/TimelinePanel.reel/TimelinePanel.js b/js/panels/Timeline/TimelinePanel.reel/TimelinePanel.js
index ae1489ec..9fe32736 100644
--- a/js/panels/Timeline/TimelinePanel.reel/TimelinePanel.js
+++ b/js/panels/Timeline/TimelinePanel.reel/TimelinePanel.js
@@ -1215,7 +1215,6 @@ var TimelinePanel = exports.TimelinePanel = Montage.create(Component, {
1215 this.handleCheckableClick(event); 1215 this.handleCheckableClick(event);
1216 } 1216 }
1217 this.checkable_absolute.classList.remove("checked"); 1217 this.checkable_absolute.classList.remove("checked");
1218 // TODO: Use relative positioning
1219 this.useAbsolutePosition = false; 1218 this.useAbsolutePosition = false;
1220 } 1219 }
1221 }, 1220 },
@@ -1225,7 +1224,6 @@ var TimelinePanel = exports.TimelinePanel = Montage.create(Component, {
1225 this.handleCheckableClick(event); 1224 this.handleCheckableClick(event);
1226 } 1225 }
1227 this.checkable_relative.classList.remove("checked"); 1226 this.checkable_relative.classList.remove("checked");
1228 // TODO: Use absolute positioning.
1229 this.useAbsolutePosition = true; 1227 this.useAbsolutePosition = true;
1230 } 1228 }
1231 }, 1229 },