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:
commit
1b5940edd2
11 changed files with 139 additions and 138 deletions
2
make.js
2
make.js
|
@ -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'
|
||||
]);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue