From 09018376c007d7241ccae2c7f342ce4e28d43c19 Mon Sep 17 00:00:00 2001 From: Dan Vanderkam Date: Mon, 11 Feb 2013 11:52:25 -0500 Subject: [PATCH] add missing semicolon --- dygraph-canvas.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.7.4