diff options
author | Armen Kesablyan | 2012-03-23 15:30:17 -0700 |
---|---|---|
committer | Armen Kesablyan | 2012-03-23 15:30:17 -0700 |
commit | 28b7e870ac4cd023ddf1ffee7a1b122257f57190 (patch) | |
tree | 1f42561b4438e663f475eb0379ae240c5bfc9147 /js | |
parent | 3a4ddfc232372d2d8d956778f060d8cabe316818 (diff) | |
download | ninja-28b7e870ac4cd023ddf1ffee7a1b122257f57190.tar.gz |
minor glitch in calculations in snap code
Signed-off-by: Armen Kesablyan <armen@motorola.com>
Diffstat (limited to 'js')
-rwxr-xr-x | js/ninja.reel/ninja.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/ninja.reel/ninja.js b/js/ninja.reel/ninja.js index b432755f..50343a18 100755 --- a/js/ninja.reel/ninja.js +++ b/js/ninja.reel/ninja.js | |||
@@ -178,7 +178,7 @@ exports.Ninja = Montage.create(Component, { | |||
178 | 178 | ||
179 | draw: { | 179 | draw: { |
180 | value: function() { | 180 | value: function() { |
181 | if (this.height - this._resizedHeight < 30) { | 181 | if (this.height - this._resizedHeight < 46) { |
182 | this.timelineSplitter.collapsed = true; | 182 | this.timelineSplitter.collapsed = true; |
183 | } else { | 183 | } else { |
184 | this.timelineSplitter.collapsed = false; | 184 | this.timelineSplitter.collapsed = false; |