projects
/
dygraphs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dd37179
)
Remove loud logging.
author
Robert Konigsberg
<konigsberg@gmail.com>
Fri, 28 Dec 2012 21:02:54 +0000
(16:02 -0500)
committer
Robert Konigsberg
<konigsberg@gmail.com>
Fri, 28 Dec 2012 21:02:54 +0000
(16:02 -0500)
common/textarea.js
patch
|
blob
|
blame
|
history
diff --git
a/common/textarea.js
b/common/textarea.js
index
6580d3a
..
c3c61be
100644
(file)
--- a/
common/textarea.js
+++ b/
common/textarea.js
@@
-104,7
+104,7
@@
TextArea.prototype.show = function(title, content) {
var textarea = this;
this.keyDownListener_ = function(event) {
- console.log(event);
+
//
console.log(event);
if(event.keyCode == 13) { // enter / return
textarea.hide();
}