projects
/
dygraphs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e774623
)
remove commented-out code
author
Dan Vanderkam
<danvdk@gmail.com>
Fri, 19 Feb 2010 18:19:37 +0000
(10:19 -0800)
committer
Dan Vanderkam
<danvdk@gmail.com>
Fri, 19 Feb 2010 18:19:37 +0000
(10:19 -0800)
dygraph.js
patch
|
blob
|
blame
|
history
diff --git
a/dygraph.js
b/dygraph.js
index
504cee7
..
380bfa7
100644
(file)
--- a/
dygraph.js
+++ b/
dygraph.js
@@
-308,7
+308,6
@@
Dygraph.prototype.createInterface_ = function() {
enclosing.appendChild(this.graphDiv);
// Create the canvas for interactive parts of the chart.
- // this.canvas_ = document.createElement("canvas");
this.canvas_ = Dygraph.createCanvas();
this.canvas_.style.position = "absolute";
this.canvas_.width = this.width_;