diff options
author | Eric Guzman | 2012-02-27 11:13:35 -0800 |
---|---|---|
committer | Eric Guzman | 2012-02-27 11:13:35 -0800 |
commit | 1a6604a50f6cfbbf0cd6f45ab94b63a001d02162 (patch) | |
tree | bbfc75d1be1ff98d22042dbbed4ca93b4a845e0c /js/tools/modifier-tool-base.js | |
parent | 9e8cd4448a6d0f809a55c3bdea8b45ed75339794 (diff) | |
parent | 8125c8c6c9431067840d81c46624b6a2dd5eb4a7 (diff) | |
download | ninja-1a6604a50f6cfbbf0cd6f45ab94b63a001d02162.tar.gz |
Merge branch 'refs/heads/master' into CSSPanelUpdates
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 | ||