1
0
Fork 0
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:
Yury Delendik 2016-03-22 14:06:01 -05:00
parent 21ed8ff71d
commit 6038c236b2
2 changed files with 18 additions and 27 deletions

View file

@ -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);
}));