Workers off!

This commit is contained in:
Artur Adib 2011-10-31 16:49:49 -04:00
parent 98f3bab65c
commit c74d7b8777

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 = true;
var useWorker = false;
// The global PDFJS object exposes the API
// In production, it will be declared outside a global wrapper