diff options
author | Valerio Virgillito | 2012-07-24 14:08:14 -0700 |
---|---|---|
committer | Valerio Virgillito | 2012-07-24 14:08:14 -0700 |
commit | a87f2df322b542f935491671e66977e636adcd2b (patch) | |
tree | b8b033fa268f0fefaa9748c25e1e1b99f7a56161 | |
parent | 6577cc5584316ecff0eff04873be8666cca1b0ec (diff) | |
download | ninja-a87f2df322b542f935491671e66977e636adcd2b.tar.gz |
removed console log
Signed-off-by: Valerio Virgillito <valerio@motorola.com>
-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 | } |