1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-22 16:18:08 +02:00

Moves shared/colorspace.js into core/

This commit is contained in:
Yury Delendik 2014-05-21 12:57:15 -05:00
parent 542c9c4c7a
commit 7a19085159
9 changed files with 3 additions and 8 deletions

View file

@ -21,7 +21,6 @@
// List of shared files to include;
var sharedFiles = [
'shared/util.js',
'shared/colorspace.js',
'shared/function.js',
'shared/annotation.js'
];
@ -35,6 +34,7 @@ var otherFiles = [
'core/obj.js',
'core/charsets.js',
'core/cidmaps.js',
'core/colorspace.js',
'core/crypto.js',
'core/pattern.js',
'core/evaluator.js',