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

@ -49,7 +49,7 @@ var FindStates = {
PDFJS.imageResourcesPath = './images/';
//#if (FIREFOX || MOZCENTRAL || B2G || GENERIC || CHROME)
//PDFJS.workerSrc = '../build/pdf.js';
//PDFJS.workerSrc = '../build/pdf.worker.js';
//#endif
var mozL10n = document.mozL10n || document.webL10n;