diff options
author | Jose Antonio Marquez | 2012-02-23 10:37:04 -0800 |
---|---|---|
committer | Jose Antonio Marquez | 2012-02-23 10:37:04 -0800 |
commit | 287a0bad5b774a380ec6c8b3ddf24dc03234e248 (patch) | |
tree | edffa1dd9df53f26da4135068686997ccfbdf083 /js/tools/modifier-tool-base.js | |
parent | 14a8f4c4e373db213b3d42d30edaea8354ae57e3 (diff) | |
parent | cc295dd0fb873505eed01c232bd987cf6e2dcdd9 (diff) | |
download | ninja-287a0bad5b774a380ec6c8b3ddf24dc03234e248.tar.gz |
Merge branch 'refs/heads/NinjaInternal' into FileIO
Diffstat (limited to 'js/tools/modifier-tool-base.js')
-rwxr-xr-x | js/tools/modifier-tool-base.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/tools/modifier-tool-base.js b/js/tools/modifier-tool-base.js index 54bc06be..7d946cb0 100755 --- a/js/tools/modifier-tool-base.js +++ b/js/tools/modifier-tool-base.js | |||
@@ -866,8 +866,8 @@ exports.ModifierToolBase = Montage.create(DrawingTool, { | |||
866 | { | 866 | { |
867 | this._handleMode = null; | 867 | this._handleMode = null; |
868 | this._delta = null; | 868 | this._delta = null; |
869 | this.DrawHandles(); | ||
870 | } | 869 | } |
870 | this.DrawHandles(); | ||
871 | } | 871 | } |
872 | }, | 872 | }, |
873 | 873 | ||