mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-26 01:58:06 +02:00
Production scripts
This commit is contained in:
parent
81a55651ed
commit
0075007d49
8 changed files with 68 additions and 114 deletions
|
@ -10,7 +10,7 @@ var useWorker = false;
|
|||
// In production, it will be declared outside a global wrapper
|
||||
// In development, it will be declared here
|
||||
if (typeof PDF === 'undefined') {
|
||||
var PDF = {};
|
||||
PDF = {};
|
||||
}
|
||||
|
||||
// getPdf()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue