mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-25 09:38:06 +02:00
Removes core/stream circular dependency on core/parser.
This commit is contained in:
parent
21ed8ff71d
commit
6038c236b2
2 changed files with 18 additions and 27 deletions
|
@ -1116,7 +1116,4 @@ exports.Lexer = Lexer;
|
|||
exports.Linearization = Linearization;
|
||||
exports.Parser = Parser;
|
||||
exports.isEOF = isEOF;
|
||||
|
||||
// TODO refactor to remove dependency on stream.js
|
||||
coreStream._setCoreParser(exports);
|
||||
}));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue