add missing semicolon
authorDan Vanderkam <danvdk@gmail.com>
Mon, 11 Feb 2013 16:52:25 +0000 (11:52 -0500)
committerDan Vanderkam <danvdk@gmail.com>
Mon, 11 Feb 2013 16:52:25 +0000 (11:52 -0500)
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 &lt;canvas&gt; tag.