Skip to content

Commit

Permalink
Merge pull request #17608 from wojtekmaj/fix-annotation-layer-parameters
Browse files Browse the repository at this point in the history
Make downloadManager optional in AnnotationLayerParameters
  • Loading branch information
calixteman authored Feb 1, 2024
2 parents 49bcce2 + f80ba44 commit cbbd1fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/display/annotation_layer.js
Original file line number Diff line number Diff line change
Expand Up @@ -2890,7 +2890,7 @@ class FileAttachmentAnnotationElement extends AnnotationElement {
* @property {Array} annotations
* @property {PDFPageProxy} page
* @property {IPDFLinkService} linkService
* @property {IDownloadManager} downloadManager
* @property {IDownloadManager} [downloadManager]
* @property {AnnotationStorage} [annotationStorage]
* @property {string} [imageResourcesPath] - Path for image resources, mainly
* for annotation icons. Include trailing slash.
Expand Down

0 comments on commit cbbd1fc

Please sign in to comment.