1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-26 10:08:06 +02:00

Splits shared/annotation.js into core/ and display/

This commit is contained in:
Yury Delendik 2014-06-17 17:43:33 -05:00
parent df87df59b6
commit bdeca30fbf
12 changed files with 284 additions and 318 deletions

View file

@ -20,8 +20,7 @@
// List of shared files to include;
var sharedFiles = [
'shared/util.js',
'shared/annotation.js'
'shared/util.js'
];
// List of other files to include;
@ -33,6 +32,7 @@ var otherFiles = [
'core/obj.js',
'core/charsets.js',
'core/cidmaps.js',
'core/annotation.js',
'core/function.js',
'core/colorspace.js',
'core/crypto.js',