mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-22 16:18:08 +02:00
Remove unused ref
property from the parameters
object used when creating annotations in AnnotationFactory._create
The only use-cases for this property was removed in PRs 7570 and 7775, and it's been completely unused ever since the latter one.
This commit is contained in:
parent
c8c937c257
commit
0784c98172
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