diff options
author | Nivesh Rajbhandari | 2012-01-30 13:25:15 -0800 |
---|---|---|
committer | Nivesh Rajbhandari | 2012-01-30 13:25:15 -0800 |
commit | 51b4e61d6c6df5e88e9a5dfcdfd7944e2a3f64e7 (patch) | |
tree | 8860b6b919eb280ced000845da8a129a311114b3 /js/tools | |
parent | 7e0c709b4f0557d0f8fd6da8a47dc26172513cc8 (diff) | |
download | ninja-51b4e61d6c6df5e88e9a5dfcdfd7944e2a3f64e7.tar.gz |
Syncing stage view when rotating stage.
Signed-off-by: Nivesh Rajbhandari <mqg734@motorola.com>
Diffstat (limited to 'js/tools')
-rw-r--r-- | js/tools/SelectionTool.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/js/tools/SelectionTool.js b/js/tools/SelectionTool.js index 5f2a959f..862b2e88 100644 --- a/js/tools/SelectionTool.js +++ b/js/tools/SelectionTool.js | |||
@@ -180,7 +180,6 @@ var SelectionTool = exports.SelectionTool = Montage.create(ModifierToolBase, { | |||
180 | this._handleMode = null; | 180 | this._handleMode = null; |
181 | this._delta = null; | 181 | this._delta = null; |
182 | this.DrawHandles(); | 182 | this.DrawHandles(); |
183 | console.log( "move: (" + dx + ", " + dy + ")" ); | ||
184 | } | 183 | } |
185 | 184 | ||
186 | this.endDraw(event); | 185 | this.endDraw(event); |