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:
parent
542c9c4c7a
commit
7a19085159
9 changed files with 3 additions and 8 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue