mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-22 16:18:08 +02:00
Fixing lint
This commit is contained in:
parent
60744a8a61
commit
a182431ac5
1 changed files with 1 additions and 1 deletions
|
@ -481,7 +481,7 @@ var PDFDoc = (function pdfDoc() {
|
|||
throw 'No PDFJS.workerSrc specified';
|
||||
}
|
||||
|
||||
var worker
|
||||
var worker;
|
||||
try {
|
||||
worker = new Worker(workerSrc);
|
||||
} catch (e) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue