projects
/
dygraphs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f160e4a
)
Make setAnnotations' boolean parameter optional. (#851)
author
Robert Konigsberg
<kberg@users.noreply.github.com>
Tue, 2 May 2017 21:11:44 +0000
(17:11 -0400)
committer
Dan Vanderkam
<danvdk@gmail.com>
Tue, 2 May 2017 21:11:44 +0000
(17:11 -0400)
dygraph-externs.js
patch
|
blob
|
blame
|
history
diff --git
a/dygraph-externs.js
b/dygraph-externs.js
index
02330f8
..
e8e2c42
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>} */