diff options
Diffstat (limited to 'js/ninja.reel/ninja.js')
-rwxr-xr-x | js/ninja.reel/ninja.js | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/js/ninja.reel/ninja.js b/js/ninja.reel/ninja.js index e29c5057..b432755f 100755 --- a/js/ninja.reel/ninja.js +++ b/js/ninja.reel/ninja.js | |||
@@ -97,6 +97,19 @@ exports.Ninja = Montage.create(Component, { | |||
97 | } | 97 | } |
98 | }, | 98 | }, |
99 | 99 | ||
100 | handleResizeReset: { | ||
101 | value: function(e) { | ||
102 | this.width = 253; | ||
103 | this.height = 140; | ||
104 | this._resizedHeight = 0; | ||
105 | this._resizedWidth = 0; | ||
106 | this.needsDraw = true; | ||
107 | this.timelineSplitter.collapsed = false; | ||
108 | this.panelSplitter.collapsed = false; | ||
109 | } | ||
110 | }, | ||
111 | |||
112 | |||
100 | selectedElements: { | 113 | selectedElements: { |
101 | value: [] | 114 | value: [] |
102 | }, | 115 | }, |