1
0
Fork 0
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:
Brendan Dahl 2011-12-30 09:40:12 -08:00
commit 9fd41e11da
3 changed files with 181 additions and 17 deletions

View file

@ -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 = [];