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

Discrepancy between JSDoc and source in camera.ts #550

Closed
bvx89 opened this issue Sep 15, 2016 · 1 comment
Closed

Discrepancy between JSDoc and source in camera.ts #550

bvx89 opened this issue Sep 15, 2016 · 1 comment

Comments

@bvx89
Copy link
Contributor

bvx89 commented Sep 15, 2016

There is a discrepancy between the jsdoc and source code of the camera.ts with the cleanup()-method for the return type.

JSDoc:
@return Returns a Promise

Source code:
Empty (aka. void)

This needs to be updated in the source code if the cleanup actually returns a promise.

@ihadeed
Copy link
Collaborator

ihadeed commented Sep 19, 2016

Thanks. The function does return a promise. Fixed it now.

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

No branches or pull requests

2 participants