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