mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-20 07:08:08 +02:00
Merge pull request #309 from kkujala/master
Show browser-test results in pageNum/numPages format.
This commit is contained in:
commit
1b4b143b88
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue