mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-20 15:18:08 +02:00
Fix lint warnings.
And name anonymous functions.
This commit is contained in:
parent
a968187833
commit
de408dac70
4 changed files with 8 additions and 8 deletions
|
@ -73,7 +73,7 @@ function nextTask() {
|
|||
|
||||
log('Loading file "' + task.file + '"\n');
|
||||
|
||||
getPdf(task.file, function(data){
|
||||
getPdf(task.file, function nextTaskGetPdf(data) {
|
||||
var failure;
|
||||
try {
|
||||
task.pdfDoc = new PDFDoc(data);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue