1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-22 16:18:08 +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()

View file

@ -4,9 +4,11 @@
var PDF = {};
(function() {
// Use strict in our context only - users might not want it
'use strict';
// Files are inserted below - see Makefile
/* INSERT_POINT */
/* PDFJSSCRIPT_INCLUDE_ALL */
})();