projects
/
dygraphs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5f620e0
)
fix lint error
author
Dan Vanderkam
<danvk@google.com>
Mon, 12 Aug 2013 19:47:41 +0000
(15:47 -0400)
committer
Dan Vanderkam
<danvk@google.com>
Mon, 12 Aug 2013 19:47:41 +0000
(15:47 -0400)
dygraph.js
patch
|
blob
|
blame
|
history
diff --git
a/dygraph.js
b/dygraph.js
index
3d08be3
..
4a0c903
100644
(file)
--- a/
dygraph.js
+++ b/
dygraph.js
@@
-44,7
+44,7
@@
*/
/*jshint globalstrict: true */
-/*global DygraphLayout:false, DygraphCanvasRenderer:false, DygraphOptions:false, G_vmlCanvasManager:false */
+/*global DygraphLayout:false, DygraphCanvasRenderer:false, DygraphOptions:false, G_vmlCanvasManager:false
,ActiveXObject:false
*/
"use strict";
/**