* 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:
12
debian/missing-sources/zlib.js-0.1.6/export/inflate.js
vendored
Normal file
12
debian/missing-sources/zlib.js-0.1.6/export/inflate.js
vendored
Normal 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
|
||||
});
|
||||
Reference in New Issue
Block a user