From 4937e43755e104ae539052035fd94019c2788385 Mon Sep 17 00:00:00 2001 From: Dan Vanderkam Date: Thu, 5 Jul 2012 20:39:44 -0700 Subject: [PATCH] remove a done to-do --- dygraph-canvas.js | 1 - 1 file changed, 1 deletion(-) diff --git a/dygraph-canvas.js b/dygraph-canvas.js index 5326673..d100269 100644 --- a/dygraph-canvas.js +++ b/dygraph-canvas.js @@ -175,7 +175,6 @@ DygraphCanvasRenderer.prototype.render = function() { var x, y, i, ticks; if (this.attr_('drawYGrid')) { ticks = this.layout.yticks; - // TODO(konigsberg): I don't think these calls to save() have a corresponding restore(). ctx.save(); ctx.strokeStyle = this.attr_('gridLineColor'); ctx.lineWidth = this.attr_('gridLineWidth'); -- 2.7.4