From f6844d4d35c085c56fe2ae46db2e42bcc90f1d75 Mon Sep 17 00:00:00 2001 From: Dan Vanderkam Date: Fri, 19 Feb 2010 10:19:37 -0800 Subject: [PATCH] remove commented-out code --- dygraph.js | 1 - 1 file changed, 1 deletion(-) diff --git a/dygraph.js b/dygraph.js index 504cee7..380bfa7 100644 --- 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_; -- 2.7.4