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

Change workerSrc location

This commit is contained in:
Julian Viereck 2011-11-01 22:23:16 +01:00
parent 94b8c4656b
commit 51d4a17232
2 changed files with 2 additions and 2 deletions

View file

@ -7,7 +7,7 @@ var globalScope = (typeof window === 'undefined') ? this : window;
var ERRORS = 0, WARNINGS = 1, TODOS = 5;
var verbosity = WARNINGS;
var useWorker = false;
var useWorker = true;
// The global PDFJS object exposes the API
// In production, it will be declared outside a global wrapper