mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-19 22:58:07 +02:00
Merge pull request #10826 from Snuffleupagus/rm-AnnotationFactory-ref-param
Remove unused `ref` property from the `parameters` object used when creating annotations in `AnnotationFactory._create`
This commit is contained in:
commit
0187dcfa15
1 changed files with 0 additions and 1 deletions
|
@ -60,7 +60,6 @@ class AnnotationFactory {
|
|||
let parameters = {
|
||||
xref,
|
||||
dict,
|
||||
ref: isRef(ref) ? ref : null,
|
||||
subtype,
|
||||
id,
|
||||
pdfManager,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue