mirror of
https://github.com/zen-browser/pdf.js.git
synced 2025-07-10 10:15:37 +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;
|
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();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue