remove commented-out code
authorDan Vanderkam <danvdk@gmail.com>
Fri, 19 Feb 2010 18:19:37 +0000 (10:19 -0800)
committerDan Vanderkam <danvdk@gmail.com>
Fri, 19 Feb 2010 18:19:37 +0000 (10:19 -0800)
dygraph.js

index 504cee7..380bfa7 100644 (file)
@@ -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_;