Merge pull request #3077 from chbrown/master

Declare jszip as a module, in addition to the JSZip global
This commit is contained in:
Masahiro Wakame
2014-11-03 14:29:29 +09:00
+5 -1
View File
@@ -169,4 +169,8 @@ declare var JSZip: {
prototype: JSZip;
support: JSZipSupport;
}
}
declare module "jszip" {
export = JSZip;
}