gtk3/debian/missing-sources/zlib.js-0.1.6/export/inflate_stream.js
Simon McVittie 7e6de580a7 * debian/missing-sources/zlib.js-0.1.6: add missing source code for gdk/broadway/rawinflate.min.js (Closes: #753968)
- 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
2014-08-11 09:43:29 +00:00

11 lines
311 B
JavaScript

goog.require('Zlib.InflateStream');
goog.exportSymbol('Zlib.InflateStream', Zlib.InflateStream);
goog.exportSymbol(
'Zlib.InflateStream.prototype.decompress',
Zlib.InflateStream.prototype.decompress
);
goog.exportSymbol(
'Zlib.InflateStream.prototype.getBytes',
Zlib.InflateStream.prototype.getBytes
);