mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-01-31 18:49:43 +08:00
minor fix'
This commit is contained in:
parent
fe74f9d277
commit
5afcbfc4bf
@ -40,7 +40,7 @@ export class Globalization {
|
|||||||
*/
|
*/
|
||||||
@Cordova({
|
@Cordova({
|
||||||
successIndex: 1,
|
successIndex: 1,
|
||||||
errorIndex 2
|
errorIndex: 2
|
||||||
})
|
})
|
||||||
static dateToString(date: Date, options: { formatLength: string, selector: string }): Promise<{ value: string }> { return; }
|
static dateToString(date: Date, options: { formatLength: string, selector: string }): Promise<{ value: string }> { return; }
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user