1
0
Fork 0
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:
Artur Adib 2011-10-25 17:22:45 -07:00
parent 81a55651ed
commit 0075007d49
8 changed files with 68 additions and 114 deletions

View file

@ -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()