Added comments for usage.

This commit is contained in:
Harel M
2015-05-09 02:53:35 +03:00
parent 3db27f0349
commit 821768c1d9

4
moment/moment.d.ts vendored
View File

@@ -335,8 +335,8 @@ declare module moment {
}
interface MomentLanguageData extends BaseMomentLanguage {
/*
* formatType should be L, LL, LLL, LLLL.
/**
* @param formatType should be L, LL, LLL, LLLL.
*/
longDateFormat(formatType: string): string;
}