Merge pull request #1202 from KhodeN/patch-2

Update sugar.d.ts: fix 'short', 'long', 'full' methods of Date
This commit is contained in:
Diullei Gomes
2013-11-10 21:09:09 -08:00
+3 -3
View File
@@ -4397,9 +4397,9 @@ interface Date {
* }); -> ex. 1 day ago
**/
format(format: string, locale?: string): string;
short(): string;
long(): string;
full(): string;
short(locale?: string): string;
long(locale?: string): string;
full(locale?: string): string;
/**
* Returns a string representation of the offset from UTC time. If [iso]