Skip to content

Commit

Permalink
fix(qr-scanner): added destroy method (danielsogl#1916)
Browse files Browse the repository at this point in the history
  • Loading branch information
Inconspicuously committed Sep 15, 2017
1 parent caabee6 commit 0afecc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/@ionic-native/plugins/qr-scanner/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ export class QRScanner extends IonicNativePlugin {
*/
@Cordova()
destroy(): Promise<QRScannerStatus> { return; }

/**
* Disable the device's light.
* @return {Promise<QRScannerStatus>}
Expand Down

0 comments on commit 0afecc0

Please sign in to comment.