projects
/
dygraphs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3c043a9
)
add missing semicolon
author
Dan Vanderkam
<danvdk@gmail.com>
Mon, 11 Feb 2013 16:52:25 +0000
(11:52 -0500)
committer
Dan Vanderkam
<danvdk@gmail.com>
Mon, 11 Feb 2013 16:52:25 +0000
(11:52 -0500)
dygraph-canvas.js
patch
|
blob
|
blame
|
history
diff --git
a/dygraph-canvas.js
b/dygraph-canvas.js
index
e531ece
..
bf1d88d
100644
(file)
--- 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.