Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix two inconsistencies in dygraph-externs.js #859

Merged
merged 1 commit into from
May 2, 2017

Conversation

drewinglis
Copy link
Contributor

  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.

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.
@coveralls
Copy link

Coverage Status

Coverage decreased (-0.02%) to 90.144% when pulling 4c3fcce on drewinglis:externs into aaec6de on danvk:master.

@danvk danvk merged commit f160e4a into danvk:master May 2, 2017
@danvk
Copy link
Owner

danvk commented May 2, 2017

Thanks. I'd trust the TypeScript definitions far more than the Closure Compiler ones.
https://github.com/DefinitelyTyped/DefinitelyTyped/blob/master/types/dygraphs/index.d.ts

@drewinglis drewinglis deleted the externs branch May 2, 2017 21:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants