mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-20 15:18:08 +02:00
Lint, extra space eol
This commit is contained in:
parent
2f209a8e85
commit
07b52bf1c6
1 changed files with 1 additions and 1 deletions
|
@ -205,7 +205,7 @@ function done() {
|
|||
function sendTaskResult(snapshot, task, failure) {
|
||||
var result = { browser: browser,
|
||||
id: task.id,
|
||||
numPages: task.pdfDoc ?
|
||||
numPages: task.pdfDoc ?
|
||||
(task.pageLimit || task.pdfDoc.numPages) : 0,
|
||||
failure: failure,
|
||||
file: task.file,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue