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

Merge pull request #6714 from timvandermeij/annotation-web-to-src

[api-minor] Move annotation DOM manipulation logic to src/display/annotation_layer.js
This commit is contained in:
Tim van der Meij 2015-12-15 19:06:48 +01:00
commit 1b5940edd2
11 changed files with 139 additions and 138 deletions

View file

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