mirror of
https://github.com/mozilla/pdf.js.git
synced 2026-06-22 16:05:56 +02:00
Merge pull request #309 from kkujala/master
Show browser-test results in pageNum/numPages format.
This commit is contained in:
commit
1b4b143b88
@ -99,7 +99,7 @@ function nextPage(task, loadError) {
|
||||
var page = null;
|
||||
if (!failure) {
|
||||
try {
|
||||
log(" loading page "+ task.pageNum +"... ");
|
||||
log(" loading page "+ task.pageNum +"/"+ task.pdfDoc.numPages +"... ");
|
||||
ctx = canvas.getContext("2d");
|
||||
page = task.pdfDoc.getPage(task.pageNum);
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user