1
0
Fork 0
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:
Artur Adib 2011-11-14 13:59:11 -05:00
parent 60744a8a61
commit a182431ac5

View file

@ -481,7 +481,7 @@ var PDFDoc = (function pdfDoc() {
throw 'No PDFJS.workerSrc specified';
}
var worker
var worker;
try {
worker = new Worker(workerSrc);
} catch (e) {