Fix two inconsistencies in dygraph-externs.js (#859)
authorDrew Inglis <drew@drewinglis.com>
Tue, 2 May 2017 21:10:40 +0000 (17:10 -0400)
committerDan Vanderkam <danvdk@gmail.com>
Tue, 2 May 2017 21:10:40 +0000 (17:10 -0400)
commitf160e4ac8166f74d1f0e5604061564fbca5ba5a5
tree04a7f3385a42c14bf5c350e961530739f3a91037
parentaaec6de56dba8ed712fd7b9d949de47b46a76ccd
Fix two inconsistencies in dygraph-externs.js (#859)

1. The second argument of getOption should be marked as optional per
jsdoc at: http://dygraphs.com/jsdoc/symbols/Dygraph.html#getOption

2. 'boolean' is typo'd as 'Boolean' in updateOptions.
dygraph-externs.js