diff options
Diffstat (limited to 'js')
-rw-r--r-- | js/tools/BrushTool.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/js/tools/BrushTool.js b/js/tools/BrushTool.js index 4347658a..34a3c3ff 100644 --- a/js/tools/BrushTool.js +++ b/js/tools/BrushTool.js | |||
@@ -343,6 +343,8 @@ exports.BrushTool = Montage.create(ShapeTool, { | |||
343 | // TODO - update the shape's info only. shapeModel will likely need an array of shapes. | 343 | // TODO - update the shape's info only. shapeModel will likely need an array of shapes. |
344 | } | 344 | } |
345 | 345 | ||
346 | NJevent("elementAdded", newCanvas); | ||
347 | |||
346 | //if(newCanvas.elementModel.isShape) | 348 | //if(newCanvas.elementModel.isShape) |
347 | if (true) | 349 | if (true) |
348 | { | 350 | { |