Add moment amd definition (require shim)

This commit is contained in:
SomaticIT
2014-02-21 01:04:46 +01:00
parent 7c1a23e634
commit b875f439c4
+4
View File
@@ -324,3 +324,7 @@ interface MomentStatic {
}
declare var moment: MomentStatic;
declare module "moment" {
export = moment;
}