Add jszip javascript library.

This commit is contained in:
Andrey Antukh 2016-08-30 18:27:51 +03:00
parent 83e386e95a
commit e4dc14da56
No known key found for this signature in database
GPG key ID: 4DFEBCB8316A8B95
3 changed files with 11391 additions and 0 deletions

View file

@ -0,0 +1,5 @@
var JSZip = function() {};
JSZip.prototype.file = function() {};
JSZip.prototype.folder = function() {};
JSZip.prototype.generateAsync = function() {};