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'; throw 'No PDFJS.workerSrc specified';
} }
var worker var worker;
try { try {
worker = new Worker(workerSrc); worker = new Worker(workerSrc);
} catch (e) { } catch (e) {