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:
Tim van der Meij 2019-05-16 21:28:31 +02:00 committed by GitHub
commit 0187dcfa15
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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