projects
/
dygraphs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f8f118b
)
remove logging code
author
Dan Vanderkam
<dan@dygraphs.com>
Mon, 25 Jul 2011 22:41:20 +0000
(18:41 -0400)
committer
Dan Vanderkam
<dan@dygraphs.com>
Mon, 25 Jul 2011 22:41:20 +0000
(18:41 -0400)
dygraph.js
patch
|
blob
|
blame
|
history
diff --git
a/dygraph.js
b/dygraph.js
index
f3d3cdf
..
555bae4
100644
(file)
--- a/
dygraph.js
+++ b/
dygraph.js
@@
-650,9
+650,6
@@
Dygraph.prototype.createInterface_ = function() {
Dygraph.addEvent(this.mouseEventElement_, 'mouseout', function(e) {
dygraph.mouseOut_(e);
});
- Dygraph.addEvent(this.maindiv_, 'resize', function(e) {
- console.log("resize!");
- });
// Create the grapher
this.layout_ = new DygraphLayout(this);