mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-26 10:08:06 +02:00
Splits shared/annotation.js into core/ and display/
This commit is contained in:
parent
df87df59b6
commit
bdeca30fbf
12 changed files with 284 additions and 318 deletions
|
@ -20,8 +20,7 @@
|
|||
|
||||
// List of shared files to include;
|
||||
var sharedFiles = [
|
||||
'shared/util.js',
|
||||
'shared/annotation.js'
|
||||
'shared/util.js'
|
||||
];
|
||||
|
||||
// List of other files to include;
|
||||
|
@ -33,6 +32,7 @@ var otherFiles = [
|
|||
'core/obj.js',
|
||||
'core/charsets.js',
|
||||
'core/cidmaps.js',
|
||||
'core/annotation.js',
|
||||
'core/function.js',
|
||||
'core/colorspace.js',
|
||||
'core/crypto.js',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue