aboutsummaryrefslogtreecommitdiff
path: root/js/panels/Timeline/Span.reel/Span.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/panels/Timeline/Span.reel/Span.js')
-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 }