mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-26 10:08:06 +02:00
Refactors shared/pattern.js into core/ and display/
This commit is contained in:
parent
520fdf2f6a
commit
bf432a37bb
13 changed files with 468 additions and 438 deletions
|
@ -22,7 +22,6 @@
|
|||
var sharedFiles = [
|
||||
'shared/util.js',
|
||||
'shared/colorspace.js',
|
||||
'shared/pattern.js',
|
||||
'shared/function.js',
|
||||
'shared/annotation.js'
|
||||
];
|
||||
|
@ -37,6 +36,7 @@ var otherFiles = [
|
|||
'core/charsets.js',
|
||||
'core/cidmaps.js',
|
||||
'core/crypto.js',
|
||||
'core/pattern.js',
|
||||
'core/evaluator.js',
|
||||
'core/cmap.js',
|
||||
'core/fonts.js',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue