mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-25 09:38:06 +02:00
Merge pull request #5585 from timvandermeij/annotation-layer-borderstyle
Annotation border styles
This commit is contained in:
commit
98339f63a8
9 changed files with 337 additions and 54 deletions
3
make.js
3
make.js
|
@ -198,7 +198,8 @@ target.jsdoc = function() {
|
|||
var JSDOC_FILES = [
|
||||
'src/doc_helper.js',
|
||||
'src/display/api.js',
|
||||
'src/shared/util.js'
|
||||
'src/shared/util.js',
|
||||
'src/core/annotation.js'
|
||||
];
|
||||
|
||||
if (test('-d', JSDOC_DIR)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue