Merge pull request #7813 from jbaroudi/patch-1

Error on interface definition MomentCreationData
This commit is contained in:
Horiuchi_H
2016-01-27 10:33:30 +09:00
+5 -5
View File
@@ -125,11 +125,11 @@ declare module moment {
}
interface MomentCreationData {
input?: string,
format?: string,
locale: MomentLocale,
isUTC: boolean,
strict?: boolean
input?: string;
format?: string;
locale: MomentLocale;
isUTC: boolean;
strict?: boolean;
}
interface Moment {