mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-19 22:58:07 +02:00
Merge pull request #2102 from brendandahl/fix-regression-2087
Fix regression from #2087.
This commit is contained in:
commit
66ba4f5b14
1 changed files with 3 additions and 1 deletions
|
@ -35,7 +35,9 @@ var RenderingStates = {
|
|||
FINISHED: 3
|
||||
};
|
||||
|
||||
PDFJS.workerSrc = '../build/pdf.js';
|
||||
//#if (GENERIC || CHROME)
|
||||
//PDFJS.workerSrc = '../build/pdf.js';
|
||||
//#endif
|
||||
|
||||
var mozL10n = document.mozL10n || document.webL10n;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue