
- 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
7 lines
157 B
JavaScript
7 lines
157 B
JavaScript
goog.require('Zlib.Gzip');
|
|
|
|
goog.exportSymbol('Zlib.Gzip', Zlib.Gzip);
|
|
goog.exportSymbol(
|
|
'Zlib.Gzip.prototype.compress',
|
|
Zlib.Gzip.prototype.compress
|
|
); |