mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-22 16:18:08 +02:00
docs: Make downloadManager optional in JSDoc
This commit is contained in:
parent
3f7060e777
commit
87a1baf29f
2 changed files with 2 additions and 2 deletions
|
@ -60,7 +60,7 @@ function getRectDims(rect) {
|
|||
* @property {Object} data
|
||||
* @property {HTMLDivElement} layer
|
||||
* @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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue