From: Dan Vanderkam Date: Mon, 11 Feb 2013 16:52:25 +0000 (-0500) Subject: add missing semicolon X-Git-Tag: v1.0.0~80 X-Git-Url: https://adrianiainlam.tk/git/?a=commitdiff_plain;h=09018376c007d7241ccae2c7f342ce4e28d43c19;p=dygraphs.git add missing semicolon --- diff --git a/dygraph-canvas.js b/dygraph-canvas.js index e531ece..bf1d88d 100644 --- a/dygraph-canvas.js +++ b/dygraph-canvas.js @@ -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.