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

Miscellaneous cleanup #48

Merged
merged 3 commits into from
Sep 16, 2014
Merged

Miscellaneous cleanup #48

merged 3 commits into from
Sep 16, 2014

Conversation

jwngr
Copy link

@jwngr jwngr commented Sep 15, 2014

@jdimond - please review and merge.

Hat-tip to @mikepugh for the inspiration for both of these items. I especially like the catch() addition to the test suite, Mike!

@coveralls
Copy link

Coverage Status

Coverage remained the same when pulling 093e483 on jw-cleanup into ce7914e on master.

@@ -3,7 +3,7 @@
*
* @constructor
* @this {GeoCallbackRegistration}
* @param {function} cancelCallback Callback to run when this callback registration is cancelled.
* @param {Function} cancelCallback Callback to run when this callback registration is cancelled.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think JSDoc uses lowercase for built in types [1](which refers to [2]). The same also counts for number, string and boolean. Anything I'm missing here?

[1] http://usejsdoc.org/tags-type.html
[2] https://developers.google.com/closure/compiler/docs/js-for-compiler#types

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nope, I just dropped the ball on the whole JSDoc compliance thing. I just pushed fixes for everything after finally reading their docs!

@coveralls
Copy link

Coverage Status

Coverage remained the same when pulling 0e64281 on jw-cleanup into ce7914e on master.

jdimond added a commit that referenced this pull request Sep 16, 2014
@jdimond jdimond merged commit d7ac047 into master Sep 16, 2014
@jwngr jwngr deleted the jw-cleanup branch May 2, 2015 21:17
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.

None yet

3 participants