mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-02-21 00:23:00 +08:00
style(): tslint
This commit is contained in:
parent
00e63d9fc8
commit
bec0eac122
@ -158,9 +158,18 @@ export class NFC {
|
||||
* @private
|
||||
*/
|
||||
export class Ndef {
|
||||
private static name = 'NFC';
|
||||
private static plugin = 'phonegap-nfc';
|
||||
private static pluginRef = 'ndef';
|
||||
/**
|
||||
* @private
|
||||
*/
|
||||
static name = 'NFC';
|
||||
/**
|
||||
* @private
|
||||
*/
|
||||
static plugin = 'phonegap-nfc';
|
||||
/**
|
||||
* @private
|
||||
*/
|
||||
static pluginRef = 'ndef';
|
||||
|
||||
@Cordova({ sync: true })
|
||||
static uriRecord(uri: string): any { return; }
|
||||
|
@ -83,7 +83,7 @@ function setIndex(args: any[], opts: any = {}, resolve?: Function, reject?: Func
|
||||
}
|
||||
};
|
||||
|
||||
if(opts.successIndex > opts.errorIndex) {
|
||||
if (opts.successIndex > opts.errorIndex) {
|
||||
setErrorIndex();
|
||||
setSuccessIndex();
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user