Showing
1 changed file
with
2 additions
and
1 deletions
| @@ -18,7 +18,8 @@ class MobileScannerController { | @@ -18,7 +18,8 @@ class MobileScannerController { | ||
| 18 | this.torchEnabled = false, | 18 | this.torchEnabled = false, |
| 19 | this.formats, | 19 | this.formats, |
| 20 | this.returnImage = false, | 20 | this.returnImage = false, |
| 21 | - @Deprecated('Instead, use the result of calling `start()` to determine if permissions were granted.') | 21 | + @Deprecated( |
| 22 | + 'Instead, use the result of calling `start()` to determine if permissions were granted.') | ||
| 22 | this.onPermissionSet, | 23 | this.onPermissionSet, |
| 23 | this.autoStart = true, | 24 | this.autoStart = true, |
| 24 | }); | 25 | }); |
-
Please register or login to post a comment