1
0
Fork 0
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:
Yury Delendik 2014-05-21 13:06:23 -05:00
parent 7a19085159
commit fcc4dfd9b5
10 changed files with 19 additions and 23 deletions

View file

@ -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',