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/components/tools-properties | |
parent | d7ead10b566e7de121b2cd2c99fecca8469d63b8 (diff) | |
download | ninja-7f8730c3add146f1ba107e6fc22d1f5a8348ed8b.tar.gz |
Refactored rich text editor location
Diffstat (limited to 'js/components/tools-properties')
-rw-r--r-- | js/components/tools-properties/text-properties.reel/text-properties.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/js/components/tools-properties/text-properties.reel/text-properties.js b/js/components/tools-properties/text-properties.reel/text-properties.js index de0b5fa3..dac30da0 100644 --- a/js/components/tools-properties/text-properties.reel/text-properties.js +++ b/js/components/tools-properties/text-properties.reel/text-properties.js | |||
@@ -61,7 +61,6 @@ exports.TextProperties = Montage.create(ToolProperties, { | |||
61 | 61 | ||
62 | handleEditorSelect: { | 62 | handleEditorSelect: { |
63 | value: function(e) { | 63 | value: function(e) { |
64 | console.log("hello"); | ||
65 | this.application.ninja.stage.textTool.updateStates(); | 64 | this.application.ninja.stage.textTool.updateStates(); |
66 | } | 65 | } |
67 | }, | 66 | }, |