diff options
author | Nivesh Rajbhandari | 2012-04-17 13:28:06 -0700 |
---|---|---|
committer | Nivesh Rajbhandari | 2012-04-17 13:28:06 -0700 |
commit | 88f83856dcec50fd850622eec21195379e5844fb (patch) | |
tree | f6aa54de1100d6d5b9a2e3683f10daf61f865ad1 /js/tools/RotateObject3DTool.js | |
parent | f11ed767396996c236bb8ef0e5f89fedddcaa0d7 (diff) | |
parent | cacb4a21825818af392c2949967b0f3c1df509c5 (diff) | |
download | ninja-88f83856dcec50fd850622eec21195379e5844fb.tar.gz |
Merge branch 'refs/heads/ninja-internal' into AllFixes
Diffstat (limited to 'js/tools/RotateObject3DTool.js')
-rwxr-xr-x | js/tools/RotateObject3DTool.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/js/tools/RotateObject3DTool.js b/js/tools/RotateObject3DTool.js index 27352231..902cf05d 100755 --- a/js/tools/RotateObject3DTool.js +++ b/js/tools/RotateObject3DTool.js | |||
@@ -18,6 +18,7 @@ exports.RotateObject3DTool = Montage.create(Rotate3DToolBase, { | |||
18 | 18 | ||
19 | _initializeToolHandles: { | 19 | _initializeToolHandles: { |
20 | value: function() { | 20 | value: function() { |
21 | this.rotateStage = false; | ||
21 | if(!this._handles) | 22 | if(!this._handles) |
22 | { | 23 | { |
23 | this._handles = []; | 24 | this._handles = []; |