1
0
Fork 0
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:
Yury Delendik 2014-01-25 12:18:22 -06:00
parent 520fdf2f6a
commit bf432a37bb
13 changed files with 468 additions and 438 deletions

View file

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