X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=dygraph-externs.js;h=02330f8f5653d86e55efc7760efd9a9806b5be86;hb=f160e4ac8166f74d1f0e5604061564fbca5ba5a5;hp=9cf9568015b9da36b2752d2c535b16c6eb06a014;hpb=4e9b1418813cbafd5ee68a090e3e059b31ce602c;p=dygraphs.git diff --git a/dygraph-externs.js b/dygraph-externs.js index 9cf9568..02330f8 100644 --- a/dygraph-externs.js +++ b/dygraph-externs.js @@ -40,7 +40,7 @@ Dygraph.prototype.isZoomed; /** @type {function(): string} */ Dygraph.prototype.toString; -/** @type {function(string, string)} */ +/** @type {function(string, string=)} */ Dygraph.prototype.getOption; /** @type {function(): number} */ @@ -127,7 +127,7 @@ Dygraph.prototype.isSeriesLocked; /** @type {function(): number} */ Dygraph.prototype.numAxes; -/** @type {function(Object, Boolean=)} */ +/** @type {function(Object, boolean=)} */ Dygraph.prototype.updateOptions; /** @type {function(number, number)} */