From: Dan Vanderkam Date: Fri, 19 Feb 2010 18:19:37 +0000 (-0800) Subject: remove commented-out code X-Git-Tag: v1.0.0~724 X-Git-Url: https://adrianiainlam.tk/git/?a=commitdiff_plain;h=f6844d4d35c085c56fe2ae46db2e42bcc90f1d75;p=dygraphs.git remove commented-out code --- 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_;