minor fix'

This commit is contained in:
Ibby Hadeed 2016-07-18 00:08:21 -04:00
parent fe74f9d277
commit 5afcbfc4bf

View File

@ -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; }