mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-01-19 16:52:53 +08:00
chore(): tslint
This commit is contained in:
parent
d192dee1ee
commit
9a5a62bc3a
@ -30,7 +30,7 @@ export class Market {
|
||||
successName: 'success',
|
||||
errorName: 'failure'
|
||||
})
|
||||
static open(appId: string): Promise<any> { return }
|
||||
static open(appId: string): Promise<any> { return; }
|
||||
|
||||
/**
|
||||
* Search apps by keyword
|
||||
@ -43,6 +43,6 @@ export class Market {
|
||||
errorName: 'failure',
|
||||
platforms: ['Android']
|
||||
})
|
||||
static search(keyword: string): Promise<any> { return }
|
||||
static search(keyword: string): Promise<any> { return; }
|
||||
|
||||
}
|
||||
|
@ -130,7 +130,7 @@ function callCordovaPlugin(pluginObj: any, methodName: string, args: any[], opts
|
||||
} catch (e) {
|
||||
value = {
|
||||
error: 'cordova_not_available'
|
||||
}
|
||||
};
|
||||
}
|
||||
return value;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user