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:
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()
|
||||
|
|
|
@ -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 */
|
||||
|
||||
})();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue