diff options
author | Valerio Virgillito | 2012-02-23 17:05:43 -0800 |
---|---|---|
committer | Valerio Virgillito | 2012-02-23 17:05:43 -0800 |
commit | afc53c6f553c97ab778154154aa2b7a146cb5fef (patch) | |
tree | 66b5ec886a49894feda44ccf8b5233ef39a46536 /js/tools/modifier-tool-base.js | |
parent | 8974ecd564563a991ff96f9cb6d47da172174242 (diff) | |
parent | db2fd02a1b0e909bb536fa63cefd2144f4642ead (diff) | |
download | ninja-afc53c6f553c97ab778154154aa2b7a146cb5fef.tar.gz |
Merge branch 'refs/heads/master' into local-storage-version
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 | ||