diff options
author | Pushkar Joshi | 2012-06-07 09:53:44 -0700 |
---|---|---|
committer | Pushkar Joshi | 2012-06-07 09:53:44 -0700 |
commit | 1a40c4a3e1817004d1ce1c600ae4857fdd94a97a (patch) | |
tree | 25836d69f77472f60bab9a14c23865a3899a60d8 /js/tools/modifier-tool-base.js | |
parent | 763baf19f032c6fbae18963402b79d5d5510d923 (diff) | |
parent | 47e0e1f047e83b71c3f86812a45d33904201cc7a (diff) | |
download | ninja-1a40c4a3e1817004d1ce1c600ae4857fdd94a97a.tar.gz |
Merge branch 'master' into brushtool
Diffstat (limited to 'js/tools/modifier-tool-base.js')
-rwxr-xr-x | js/tools/modifier-tool-base.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/js/tools/modifier-tool-base.js b/js/tools/modifier-tool-base.js index 6aea77aa..6c569f0a 100755 --- a/js/tools/modifier-tool-base.js +++ b/js/tools/modifier-tool-base.js | |||
@@ -451,6 +451,8 @@ exports.ModifierToolBase = Montage.create(DrawingTool, { | |||
451 | 451 | ||
452 | startDraw: { | 452 | startDraw: { |
453 | value: function(event) { | 453 | value: function(event) { |
454 | this.drawData = null; | ||
455 | |||
454 | if(this._target) | 456 | if(this._target) |
455 | { | 457 | { |
456 | this.isDrawing = true; | 458 | this.isDrawing = true; |