projects
/
dygraphs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2eac5b0
)
remove trailing comma that was breaking IE
author
Dan Vanderkam
<danvk@google.com>
Thu, 9 Aug 2012 18:24:47 +0000
(14:24 -0400)
committer
Dan Vanderkam
<danvk@google.com>
Thu, 9 Aug 2012 18:24:47 +0000
(14:24 -0400)
dygraph.js
patch
|
blob
|
blame
|
history
diff --git
a/dygraph.js
b/dygraph.js
index
bb74cdc
..
cec7c20
100644
(file)
--- a/
dygraph.js
+++ b/
dygraph.js
@@
-2384,7
+2384,7
@@
Dygraph.prototype.renderGraph_ = function(is_initial_draw) {
var e = {
canvas: this.hidden_,
- drawingContext: this.hidden_ctx_
,
+ drawingContext: this.hidden_ctx_
};
this.cascadeEvents_('willDrawChart', e);
this.plotter_.render();