From 821768c1d92fee73446b4d9dbbb637ee154ecc3c Mon Sep 17 00:00:00 2001 From: Harel M Date: Sat, 9 May 2015 02:53:35 +0300 Subject: [PATCH] Added comments for usage. --- moment/moment.d.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/moment/moment.d.ts b/moment/moment.d.ts index b8c2ee23cd..d26834a036 100644 --- a/moment/moment.d.ts +++ b/moment/moment.d.ts @@ -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; }