1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-25 17:48:07 +02:00

Index objects if Prev xref was not found

This commit is contained in:
Yury Delendik 2013-11-22 08:49:36 -06:00
parent 78b61fedfc
commit 98ebf57144

View file

@ -977,6 +977,8 @@ var XRef = (function XRefClosure() {
if (!dict)
error('Failed to read XRef stream');
} else {
error('Invalid XRef stream header');
}
// Recursively get previous dictionary, if any