fix lint error
This commit is contained in:
parent
aee1ccf394
commit
37b4ceb098
1 changed files with 1 additions and 1 deletions
|
@ -481,7 +481,7 @@ var PDFDoc = (function pdfDoc() {
|
||||||
throw 'No PDFJS.workerSrc specified';
|
throw 'No PDFJS.workerSrc specified';
|
||||||
}
|
}
|
||||||
|
|
||||||
var worker
|
var worker;
|
||||||
try {
|
try {
|
||||||
worker = new Worker(workerSrc);
|
worker = new Worker(workerSrc);
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue