
- some files in zlib.js upstream had missing source code themselves (closure-compiler.jar) or are not needed here, and have been removed to save space; see debian/missing-sources/README for details
15 lines
358 B
JavaScript
15 lines
358 B
JavaScript
goog.require('Zlib.Unzip');
|
|
|
|
goog.exportSymbol('Zlib.Unzip', Zlib.Unzip);
|
|
goog.exportSymbol(
|
|
'Zlib.Unzip.prototype.decompress',
|
|
Zlib.Unzip.prototype.decompress
|
|
);
|
|
goog.exportSymbol(
|
|
'Zlib.Unzip.prototype.getFilenames',
|
|
Zlib.Unzip.prototype.getFilenames
|
|
);
|
|
goog.exportSymbol(
|
|
'Zlib.Unzip.prototype.setPassword',
|
|
Zlib.Unzip.prototype.setPassword
|
|
); |