mirror of
https://github.com/mozilla/pdf.js.git
synced 2026-07-13 02:25:47 +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
@ -60,7 +60,6 @@ class AnnotationFactory {
|
|||||||
let parameters = {
|
let parameters = {
|
||||||
xref,
|
xref,
|
||||||
dict,
|
dict,
|
||||||
ref: isRef(ref) ? ref : null,
|
|
||||||
subtype,
|
subtype,
|
||||||
id,
|
id,
|
||||||
pdfManager,
|
pdfManager,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user