Merge branch 'master' of git://github.com/mozilla/pdf.js.git into tree-49
This commit is contained in:
commit
c9981b6ff4
@ -249,7 +249,7 @@ var Parser = (function ParserClosure() {
|
||||
if (name == 'CCITTFaxDecode' || name == 'CCF') {
|
||||
return new CCITTFaxStream(stream, params);
|
||||
}
|
||||
TODO('filter "' + name + '" not supported yet');
|
||||
warn('filter "' + name + '" not supported yet');
|
||||
return stream;
|
||||
}
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user