mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-26 10:08:06 +02:00
Merge pull request #990 from notmasteryet/concurload
Fixes concurrent pages loading (#974 and #626)
This commit is contained in:
commit
9fd41e11da
3 changed files with 181 additions and 17 deletions
|
@ -269,7 +269,7 @@ var XRef = (function XRefClosure() {
|
|||
this.entries = [];
|
||||
this.xrefstms = {};
|
||||
var trailerDict = this.readXRef(startXRef);
|
||||
|
||||
this.trailer = trailerDict;
|
||||
// prepare the XRef cache
|
||||
this.cache = [];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue