Skip to content

Commit

Permalink
Merge pull request #6973 from pra85/patch-1
Browse files Browse the repository at this point in the history
Fix a typo in api.js
  • Loading branch information
timvandermeij committed Feb 11, 2016
2 parents acf74d4 + 049beac commit 72c05af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/display/api.js
Original file line number Diff line number Diff line change
Expand Up @@ -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.)
Expand Down

0 comments on commit 72c05af

Please sign in to comment.