diff options
author | Valerio Virgillito | 2012-07-24 14:08:48 -0700 |
---|---|---|
committer | Valerio Virgillito | 2012-07-24 14:08:48 -0700 |
commit | 21d74af1e9fc57cc25cea8aa7408beabf79ff2f3 (patch) | |
tree | cf471484ffa2116308ab79a294d2ad1c87c05635 /js/components/tools-properties/text-properties.reel/text-properties.js | |
parent | 247d380642f016dcdc7cc9ec99e8fb00073bc900 (diff) | |
download | ninja-21d74af1e9fc57cc25cea8aa7408beabf79ff2f3.tar.gz |
removing console log
Signed-off-by: Valerio Virgillito <valerio@motorola.com>
Diffstat (limited to 'js/components/tools-properties/text-properties.reel/text-properties.js')
-rwxr-xr-x | 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 10285d0f..9e0245bf 100755 --- a/js/components/tools-properties/text-properties.reel/text-properties.js +++ b/js/components/tools-properties/text-properties.reel/text-properties.js | |||
@@ -131,7 +131,6 @@ exports.TextProperties = Montage.create(ToolProperties, { | |||
131 | 131 | ||
132 | handleEditorBlur: { | 132 | handleEditorBlur: { |
133 | value: function(e) { | 133 | value: function(e) { |
134 | console.log("Editor Blur"); | ||
135 | window.getSelection().addRange(this.lastSelection); | 134 | window.getSelection().addRange(this.lastSelection); |
136 | e.target.focus(); | 135 | e.target.focus(); |
137 | } | 136 | } |