mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-26 10:08:06 +02:00
Moves shared/function.js to core/
This commit is contained in:
parent
7a19085159
commit
fcc4dfd9b5
10 changed files with 19 additions and 23 deletions
|
@ -21,7 +21,6 @@
|
|||
// List of shared files to include;
|
||||
var sharedFiles = [
|
||||
'shared/util.js',
|
||||
'shared/function.js',
|
||||
'shared/annotation.js'
|
||||
];
|
||||
|
||||
|
@ -34,6 +33,7 @@ var otherFiles = [
|
|||
'core/obj.js',
|
||||
'core/charsets.js',
|
||||
'core/cidmaps.js',
|
||||
'core/function.js',
|
||||
'core/colorspace.js',
|
||||
'core/crypto.js',
|
||||
'core/pattern.js',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue