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

Use Opaque Canvas where possible

This commit is contained in:
p01 2014-04-03 13:41:24 +02:00
parent 82e6018826
commit b10aa18b3e
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;