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(diagnostic plugin): fix Cordova decorator in camera API #1527

Merged
merged 1 commit into from
May 12, 2017
Merged

fix(diagnostic plugin): fix Cordova decorator in camera API #1527

merged 1 commit into from
May 12, 2017

Conversation

dpa99c
Copy link
Contributor

@dpa99c dpa99c commented May 10, 2017

by reversing callback order, rather than specifying callback indices (as added in commit 58db961 due to recommendation in #1458), since the latter causes callbacks not to be invoked when using the plugin at runtime. This is consistent with the original implementation, e.g. for requestLocationAuthorization() which also has an optional 3rd argument.

…ing callback order, rather than specifying callback indices (as added in commit 58db961 due to recommendation in #1458), since the latter causes callbacks not to be invoked when using the plugin at runtime. This is consistent with the original implementation, e.g. for requestLocationAuthorization() which also has an optional 3rd argument.
@ihadeed ihadeed merged commit 45108c4 into danielsogl:master May 12, 2017
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

2 participants