mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-22 16:18:08 +02:00
Macro for generating version information
This commit is contained in:
parent
1d04bd2dbb
commit
5e0d704b12
2 changed files with 3 additions and 1 deletions
|
@ -7,8 +7,9 @@ var PDFJS = {};
|
|||
// Use strict in our context only - users might not want it
|
||||
'use strict';
|
||||
|
||||
PDFJS.build = "PDFJSSCRIPT_BUNDLE_VER";
|
||||
|
||||
// Files are inserted below - see Makefile
|
||||
/* PDFJSSCRIPT_INCLUDE_ALL */
|
||||
|
||||
}).call((typeof window === 'undefined') ? this : window);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue