mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-24 17:18:07 +02:00
fix next/prev, small tweaks
This commit is contained in:
parent
0413fb7f6c
commit
76e43dd982
2 changed files with 3 additions and 2 deletions
1
pdf.js
1
pdf.js
|
@ -1810,6 +1810,7 @@ var Page = (function() {
|
|||
height: mediaBox[3] - mediaBox[1] });
|
||||
var args = [];
|
||||
var map = gfx.map;
|
||||
contents.reset(); // TODO support multiple display()s
|
||||
var parser = new Parser(new Lexer(contents), false);
|
||||
var obj;
|
||||
while (!IsEOF(obj = parser.getObj())) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue