1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-22 16:18:08 +02:00

Merge pull request #4556 from p01/OpaqueCanvas

Use Opaque Canvas
This commit is contained in:
Yury Delendik 2014-04-10 16:54:26 -05:00
commit d61ee23afc
4 changed files with 4 additions and 4 deletions

View file

@ -688,7 +688,7 @@ var WorkerTransport = (function WorkerTransportClosure() {
info('The worker has been disabled.');
}
}
//#endif
//#endif
// Either workers are disabled, not supported or have thrown an exception.
// Thus, we fallback to a faked worker.
globalScope.PDFJS.disableWorker = true;