diff options
author | Armen Kesablyan | 2012-02-07 16:43:22 -0800 |
---|---|---|
committer | Armen Kesablyan | 2012-02-07 16:43:22 -0800 |
commit | 7f8730c3add146f1ba107e6fc22d1f5a8348ed8b (patch) | |
tree | c92d9cc664055640b3dac8b4edf9ae727dc5287d /js/tools | |
parent | d7ead10b566e7de121b2cd2c99fecca8469d63b8 (diff) | |
download | ninja-7f8730c3add146f1ba107e6fc22d1f5a8348ed8b.tar.gz |
Refactored rich text editor location
Diffstat (limited to 'js/tools')
-rw-r--r-- | js/tools/TextTool.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/tools/TextTool.js b/js/tools/TextTool.js index 28e7ddf3..910a9eef 100644 --- a/js/tools/TextTool.js +++ b/js/tools/TextTool.js | |||
@@ -6,7 +6,7 @@ No rights, expressed or implied, whatsoever to this software are provided by Mot | |||
6 | 6 | ||
7 | var Montage = require("montage/core/core").Montage, | 7 | var Montage = require("montage/core/core").Montage, |
8 | DrawingTool = require("js/tools/drawing-tool").DrawingTool; | 8 | DrawingTool = require("js/tools/drawing-tool").DrawingTool; |
9 | RichTextEditor = require("montage/ui/rich-text-editor.reel").RichTextEditor; | 9 | RichTextEditor = require("node_modules/labs/rich-text-editor.reel").RichTextEditor; |
10 | 10 | ||
11 | exports.TextTool = Montage.create(DrawingTool, { | 11 | exports.TextTool = Montage.create(DrawingTool, { |
12 | 12 | ||