
- 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
5 lines
187 B
JavaScript
5 lines
187 B
JavaScript
goog.require('Zlib.CRC32');
|
|
|
|
goog.exportSymbol('Zlib.CRC32', Zlib.CRC32);
|
|
goog.exportSymbol('Zlib.CRC32.calc', Zlib.CRC32.calc);
|
|
goog.exportSymbol('Zlib.CRC32.update', Zlib.CRC32.update); |