fix(nfc): rename makeReadyOnly to makeReadOnly

fix: #2985
This commit is contained in:
Daniel Sogl 2019-04-11 20:20:36 +02:00 committed by GitHub
parent 4859387925
commit 9024ea516a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -196,7 +196,7 @@ export class NFC extends IonicNativePlugin {
* @returns {Promise<any>} * @returns {Promise<any>}
*/ */
@Cordova() @Cordova()
makeReadyOnly(): Promise<any> { makeReadOnly(): Promise<any> {
return; return;
} }