aboutsummaryrefslogtreecommitdiff
path: root/js/components/tools-properties/text-properties.reel
diff options
context:
space:
mode:
authorArmen Kesablyan2012-02-07 16:43:22 -0800
committerArmen Kesablyan2012-02-07 16:43:22 -0800
commit7f8730c3add146f1ba107e6fc22d1f5a8348ed8b (patch)
treec92d9cc664055640b3dac8b4edf9ae727dc5287d /js/components/tools-properties/text-properties.reel
parentd7ead10b566e7de121b2cd2c99fecca8469d63b8 (diff)
downloadninja-7f8730c3add146f1ba107e6fc22d1f5a8348ed8b.tar.gz
Refactored rich text editor location
Diffstat (limited to 'js/components/tools-properties/text-properties.reel')
-rw-r--r--js/components/tools-properties/text-properties.reel/text-properties.js1
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 },