X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=dygraph-canvas.js;h=bf1d88dfc98835944adffc2ce80ddfe0156bbf81;hb=4ec7b44ab0077ff680be00577aa5b0c4317f2021;hp=e531ece4ba73566b0a5df54ab391fccd687d6935;hpb=34ad56b341279a066dc8bad129501d8d254699c1;p=dygraphs.git 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.