This commit is contained in:
Artur Adib 2011-10-25 22:51:08 -04:00
parent e9c96c6052
commit df7baea6d2

View File

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