aboutsummaryrefslogtreecommitdiff
path: root/js/panels/Timeline/Span.reel
diff options
context:
space:
mode:
authorKruti Shah2012-07-03 15:10:45 -0700
committerKruti Shah2012-07-03 15:10:45 -0700
commit14f30bb927f2cb4a27c81fd6ee4e8d9af46b4404 (patch)
tree4c8ad3e68c3b71639f2718d7100a75f11bdefbdd /js/panels/Timeline/Span.reel
parentf9c592ac8284cace4daed6f2ac87fe15dfad873c (diff)
downloadninja-14f30bb927f2cb4a27c81fd6ee4e8d9af46b4404.tar.gz
Refactor Code + Bug Fix for the Colorchip disappear between breadcrumb navigation
Signed-off-by: Kruti Shah <kruti.shah@motorola.com>
Diffstat (limited to 'js/panels/Timeline/Span.reel')
-rw-r--r--js/panels/Timeline/Span.reel/Span.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/js/panels/Timeline/Span.reel/Span.js b/js/panels/Timeline/Span.reel/Span.js
index 51b9a4ce..f588a0eb 100644
--- a/js/panels/Timeline/Span.reel/Span.js
+++ b/js/panels/Timeline/Span.reel/Span.js
@@ -177,7 +177,6 @@ var Span = exports.Span = Montage.create(Component, {
177 this.parentTween.easing = this.easing; 177 this.parentTween.easing = this.easing;
178 this.parentTween.tweenData.easing = this.easing; 178 this.parentTween.tweenData.easing = this.easing;
179 179
180 // Unbind the event handler
181 this.application.ninja.timeline.easingMenu.popup.contentEl.removeEventListener("click"); 180 this.application.ninja.timeline.easingMenu.popup.contentEl.removeEventListener("click");
182 this.hideEasingMenu(); 181 this.hideEasingMenu();
183 } 182 }