Skip to content

Commit

Permalink
fix(diagnostics): fix #776 (#777)
Browse files Browse the repository at this point in the history
  • Loading branch information
ramonornela authored and ihadeed committed Nov 8, 2016
1 parent 88f6ecf commit 01b30c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/diagnostic.ts
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ export class Diagnostic {
* mode - (iOS-only / optional) location authorization mode: "always" or "when_in_use". If not specified, defaults to "when_in_use".
* @returns {Promise<any>}
*/
@Cordova({ platforms: ['Android', 'iOS'] })
@Cordova({ platforms: ['Android', 'iOS'], callbackOrder: 'reverse' })
static requestLocationAuthorization(mode?: string): Promise<any> { return; }

/**
Expand Down

0 comments on commit 01b30c6

Please sign in to comment.