1
0
Fork 0
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:
Jonas Jenwald 2019-05-16 08:24:51 +02:00
parent c8c937c257
commit 0784c98172

View file

@ -60,7 +60,6 @@ class AnnotationFactory {
let parameters = {
xref,
dict,
ref: isRef(ref) ? ref : null,
subtype,
id,
pdfManager,