diff options
author | Jose Antonio Marquez | 2012-06-12 09:47:52 -0700 |
---|---|---|
committer | Jose Antonio Marquez | 2012-06-12 09:47:52 -0700 |
commit | 5a46f92f3127f7cc7870f125e8da2b44c2891fd0 (patch) | |
tree | 5604e15409ade61bf8b68bf0a5a2401edff1a0ee /js/tools/Rotate3DToolBase.js | |
parent | 19c77d87df72a85345e527d790878fc65eca189a (diff) | |
parent | 6854a72504f57903bd5de003e377f2aefb02d0da (diff) | |
download | ninja-5a46f92f3127f7cc7870f125e8da2b44c2891fd0.tar.gz |
Merge branch 'refs/heads/Ninja-Internal' into TempPromptUI
Diffstat (limited to 'js/tools/Rotate3DToolBase.js')
-rwxr-xr-x | js/tools/Rotate3DToolBase.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/tools/Rotate3DToolBase.js b/js/tools/Rotate3DToolBase.js index bf9537dd..f0fe83fa 100755 --- a/js/tools/Rotate3DToolBase.js +++ b/js/tools/Rotate3DToolBase.js | |||
@@ -98,7 +98,7 @@ exports.Rotate3DToolBase = Montage.create(ModifierToolBase, { | |||
98 | // { | 98 | // { |
99 | // hitRec = snapManager.findHitRecordForElement(elt); | 99 | // hitRec = snapManager.findHitRecordForElement(elt); |
100 | // } | 100 | // } |
101 | // if(elt === this.application.ninja.currentSelectedContainer) | 101 | // if(elt === this.application.ninja.currentDocument.model.domContainer) |
102 | // { | 102 | // { |
103 | // this._clickedOnStage = true; | 103 | // this._clickedOnStage = true; |
104 | // } | 104 | // } |