diff options
author | Valerio Virgillito | 2012-07-24 00:24:20 -0700 |
---|---|---|
committer | Valerio Virgillito | 2012-07-24 00:24:20 -0700 |
commit | 55a69aeb3c66b533d5a2d27d7548471c2c8b5dfc (patch) | |
tree | 365b393741e1fd34a3a4da68285cb1e9faa45e09 /js/tools/InkBottleTool.js | |
parent | e711a4ffaa87dc368908020d57053cf82eba6f39 (diff) | |
download | ninja-55a69aeb3c66b533d5a2d27d7548471c2c8b5dfc.tar.gz |
jshint cleanup on the tools directory
Signed-off-by: Valerio Virgillito <valerio@motorola.com>
Diffstat (limited to 'js/tools/InkBottleTool.js')
-rwxr-xr-x | js/tools/InkBottleTool.js | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/js/tools/InkBottleTool.js b/js/tools/InkBottleTool.js index c4197e77..68e7d107 100755 --- a/js/tools/InkBottleTool.js +++ b/js/tools/InkBottleTool.js | |||
@@ -77,13 +77,12 @@ exports.InkBottleTool = Montage.create(ModifierToolBase, { | |||
77 | }, | 77 | }, |
78 | 78 | ||
79 | HandleLeftButtonUp: { | 79 | HandleLeftButtonUp: { |
80 | value : function () { | 80 | value: function() { |
81 | //if(this._isDrawing) | 81 | //if(this._isDrawing) { |
82 | { | ||
83 | this.application.ninja.stage.clearDrawingCanvas(); | 82 | this.application.ninja.stage.clearDrawingCanvas(); |
84 | this._hasDraw = false; | 83 | this._hasDraw = false; |
85 | this._isDrawing = false; | 84 | this._isDrawing = false; |
86 | } | 85 | //} |
87 | } | 86 | } |
88 | }, | 87 | }, |
89 | 88 | ||