fixed typo

This commit is contained in:
Steffen Märcker 2011-12-28 15:23:39 +01:00
parent c2b42b1cfc
commit 9fcd303519

View File

@ -603,7 +603,7 @@ var PDFDoc = (function PDFDocClosure() {
return; return;
} catch (e) {} } catch (e) {}
} }
// Either workers are disabled, not suppored or have thrown an exception. // Either workers are disabled, not supported or have thrown an exception.
// Thus, we fallback to a faked worker. // Thus, we fallback to a faked worker.
globalScope.PDFJS.disableWorker = true; globalScope.PDFJS.disableWorker = true;
this.setupFakeWorker(); this.setupFakeWorker();