Making dygraph-tickers.js slightly more independent.
[dygraphs.git] / dygraph-canvas.js
index e531ece..bf1d88d 100644 (file)
@@ -130,7 +130,7 @@ DygraphCanvasRenderer.prototype.clear = function() {
 DygraphCanvasRenderer.prototype.onDoneDrawing = function() {
   // balances the save called in the constructor.
   this.elementContext.restore();
-}
+};
 
 /**
  * Checks whether the browser supports the <canvas> tag.