mirror of
https://github.com/zen-browser/pdf.js.git
synced 2025-07-09 17:55:37 +02:00
Fix regression from #2087.
This commit is contained in:
parent
cc616dd34e
commit
24d660eebe
1 changed files with 3 additions and 1 deletions
|
@ -35,7 +35,9 @@ var RenderingStates = {
|
||||||
FINISHED: 3
|
FINISHED: 3
|
||||||
};
|
};
|
||||||
|
|
||||||
PDFJS.workerSrc = '../build/pdf.js';
|
//#if (GENERIC || CHROME)
|
||||||
|
//PDFJS.workerSrc = '../build/pdf.js';
|
||||||
|
//#endif
|
||||||
|
|
||||||
var mozL10n = document.mozL10n || document.webL10n;
|
var mozL10n = document.mozL10n || document.webL10n;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue