Merge pull request #767 from arturadib/disable-workers

(DO NOT MERGE) Checking master
This commit is contained in:
notmasteryet 2011-11-05 16:30:20 -07:00
commit 3c3cdf3f87

View File

@ -15,6 +15,10 @@ if (!globalScope.PDFJS) {
globalScope.PDFJS = {}; globalScope.PDFJS = {};
} }
// Temporarily disabling workers until 'localhost' FF bugfix lands:
// https://bugzilla.mozilla.org/show_bug.cgi?id=683280
globalScope.PDFJS.disableWorker = true;
// getPdf() // getPdf()
// Convenience function to perform binary Ajax GET // Convenience function to perform binary Ajax GET
// Usage: getPdf('http://...', callback) // Usage: getPdf('http://...', callback)