projects
/
dygraphs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aaec6de
)
Make setAnnotations' boolean parameter optional.
kberg-patch-1
author
Robert Konigsberg
<kberg@users.noreply.github.com>
Tue, 7 Mar 2017 02:07:39 +0000
(21:07 -0500)
committer
GitHub
<noreply@github.com>
Tue, 7 Mar 2017 02:07:39 +0000
(21:07 -0500)
dygraph-externs.js
patch
|
blob
|
blame
|
history
diff --git
a/dygraph-externs.js
b/dygraph-externs.js
index
9cf9568
..
db222c7
100644
(file)
--- a/
dygraph-externs.js
+++ b/
dygraph-externs.js
@@
-142,7
+142,7
@@
Dygraph.prototype.visibility;
/** @type {function(number, boolean)} */
Dygraph.prototype.setVisibility;
-/** @type {function(Array.<Object>, boolean)} */
+/** @type {function(Array.<Object>, boolean
=
)} */
Dygraph.prototype.setAnnotations;
/** @type {function(): Array.<Object>} */