
- 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
12 lines
267 B
JavaScript
12 lines
267 B
JavaScript
goog.require('Zlib.Gunzip');
|
|
|
|
goog.exportSymbol('Zlib.Gunzip', Zlib.Gunzip);
|
|
goog.exportSymbol(
|
|
'Zlib.Gunzip.prototype.decompress',
|
|
Zlib.Gunzip.prototype.decompress
|
|
);
|
|
goog.exportSymbol(
|
|
'Zlib.Gunzip.prototype.getMembers',
|
|
Zlib.Gunzip.prototype.getMembers
|
|
);
|