1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-26 10:08:06 +02:00

Implemented Settings manager. Now remembering scroll positions

This commit is contained in:
Saebekassebil 2011-12-22 22:29:01 +01:00
parent 0e906bbaeb
commit d44f9f2074
3 changed files with 78 additions and 3 deletions

View file

@ -273,7 +273,7 @@ var XRef = (function XRefClosure() {
this.entries = [];
this.xrefstms = {};
var trailerDict = this.readXRef(startXRef);
this.trailer = trailerDict;
// prepare the XRef cache
this.cache = [];