diff options
author | Pushkar Joshi | 2012-04-27 15:05:38 -0700 |
---|---|---|
committer | Pushkar Joshi | 2012-04-27 15:05:38 -0700 |
commit | c8fc8e1bd1c394f433b4fc1677f4bc596e7cc2cc (patch) | |
tree | 74fcb9818a917d4f8ddb0db0c78a8cff9af86339 /js/tools/BrushTool.js | |
parent | 28d1594b868e3c08e5603adbd5b29df1e24d57e9 (diff) | |
parent | c8fac64d4ad8ac18744a17a5e0f0d17204355fd6 (diff) | |
download | ninja-c8fc8e1bd1c394f433b4fc1677f4bc596e7cc2cc.tar.gz |
Merge branch 'master' into pentool
Diffstat (limited to 'js/tools/BrushTool.js')
-rw-r--r-- | js/tools/BrushTool.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/js/tools/BrushTool.js b/js/tools/BrushTool.js index 4e13bd43..ded56ecc 100644 --- a/js/tools/BrushTool.js +++ b/js/tools/BrushTool.js | |||
@@ -417,6 +417,9 @@ exports.BrushTool = Montage.create(ShapeTool, { | |||
417 | // TODO - update the shape's info only. shapeModel will likely need an array of shapes. | 417 | // TODO - update the shape's info only. shapeModel will likely need an array of shapes. |
418 | } | 418 | } |
419 | 419 | ||
420 | //now send the event that will add this canvas to the timeline | ||
421 | NJevent("elementAdded", newCanvas); | ||
422 | |||
420 | //if(newCanvas.elementModel.isShape) | 423 | //if(newCanvas.elementModel.isShape) |
421 | if (true) | 424 | if (true) |
422 | { | 425 | { |