1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-25 09:38:06 +02:00

Move text layer building logic into src/display/text_layer.js

This commit is contained in:
Yury Delendik 2015-11-10 09:45:03 -06:00
parent 2f34fd46cb
commit 56ccaea99b
9 changed files with 268 additions and 144 deletions

View file

@ -532,6 +532,7 @@ target.bundle = function(args) {
'display/font_loader.js',
'display/dom_utils.js',
'display/annotation_helper.js',
'display/text_layer.js',
'display/svg.js'
]);