mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-26 01:58:06 +02:00
fixed typo
This commit is contained in:
parent
c2b42b1cfc
commit
9fcd303519
1 changed files with 1 additions and 1 deletions
|
@ -603,7 +603,7 @@ var PDFDoc = (function PDFDocClosure() {
|
|||
return;
|
||||
} 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.
|
||||
globalScope.PDFJS.disableWorker = true;
|
||||
this.setupFakeWorker();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue