Split files into worker and main thread pieces.

This commit is contained in:
Brendan Dahl 2013-08-12 10:48:06 -07:00
parent e5cd027dce
commit 5ecce4996b
41 changed files with 817 additions and 786 deletions

View file

@ -6,7 +6,6 @@
describe('api', function() {
// TODO run with worker enabled
PDFJS.disableWorker = true;
var basicApiUrl = combineUrl(window.location.href, '../pdfs/basicapi.pdf');
function waitsForPromise(promise, successCallback) {
var data;