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:
parent
0e906bbaeb
commit
d44f9f2074
3 changed files with 78 additions and 3 deletions
|
@ -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 = [];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue