diff options
author | Jon Reid | 2012-06-13 16:00:32 -0700 |
---|---|---|
committer | Jon Reid | 2012-06-13 16:00:32 -0700 |
commit | 80d1074a5e4a10da8d36c14b8d4f4e9fae47a5ec (patch) | |
tree | 56e68ec0dd0b43c13327f6ee7ba258b22dbd02c2 /js/panels/Timeline/TimelinePanel.reel/TimelinePanel.js | |
parent | f97e4b6ab1db9fb7de18b2e44c1b0edcf2ba072d (diff) | |
download | ninja-80d1074a5e4a10da8d36c14b8d4f4e9fae47a5ec.tar.gz |
Timeline: More work on new easing menu.
Diffstat (limited to 'js/panels/Timeline/TimelinePanel.reel/TimelinePanel.js')
-rw-r--r-- | js/panels/Timeline/TimelinePanel.reel/TimelinePanel.js | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/js/panels/Timeline/TimelinePanel.reel/TimelinePanel.js b/js/panels/Timeline/TimelinePanel.reel/TimelinePanel.js index a8a4d4a8..666b2816 100644 --- a/js/panels/Timeline/TimelinePanel.reel/TimelinePanel.js +++ b/js/panels/Timeline/TimelinePanel.reel/TimelinePanel.js | |||
@@ -494,8 +494,10 @@ var TimelinePanel = exports.TimelinePanel = Montage.create(Component, { | |||
494 | boundObjectPropertyPath:"currentSelectedContainer", | 494 | boundObjectPropertyPath:"currentSelectedContainer", |
495 | oneway:true | 495 | oneway:true |
496 | }); | 496 | }); |
497 | |||
498 | // Create the easing menu for future use. | ||
497 | this.easingMenu = EasingMenuPopup; | 499 | this.easingMenu = EasingMenuPopup; |
498 | this.easingMenu.show(); | 500 | //this.easingMenu.show(); |
499 | 501 | ||
500 | } | 502 | } |
501 | }, | 503 | }, |