* 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
This commit is contained in:
Simon McVittie
2014-08-11 09:43:29 +00:00
parent 764165e157
commit 7e6de580a7
52 changed files with 9366 additions and 0 deletions

View File

@ -0,0 +1,12 @@
goog.require('Zlib.Inflate');
goog.require('Zlib.exportObject');
goog.exportSymbol('Zlib.Inflate', Zlib.Inflate);
goog.exportSymbol(
'Zlib.Inflate.prototype.decompress',
Zlib.Inflate.prototype.decompress
);
Zlib.exportObject('Zlib.Inflate.BufferType', {
'ADAPTIVE': Zlib.Inflate.BufferType.ADAPTIVE,
'BLOCK': Zlib.Inflate.BufferType.BLOCK
});