mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-19 22:58:07 +02:00
Fix a typo in api.js
`fulfills` misspelt as `fullfills`
This commit is contained in:
parent
acf74d40b1
commit
049beac346
1 changed files with 1 additions and 1 deletions
|
@ -1280,7 +1280,7 @@ var PDFWorker = (function PDFWorkerClosure() {
|
|||
|
||||
_initialize: function PDFWorker_initialize() {
|
||||
// If worker support isn't disabled explicit and the browser has worker
|
||||
// support, create a new web worker and test if it/the browser fullfills
|
||||
// support, create a new web worker and test if it/the browser fulfills
|
||||
// all requirements to run parts of pdf.js in a web worker.
|
||||
// Right now, the requirement is, that an Uint8Array is still an
|
||||
// Uint8Array as it arrives on the worker. (Chrome added this with v.15.)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue