mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-20 15:18:08 +02:00
Merge pull request #16152 from Snuffleupagus/type-fixes
Miscellaneous small TypeScript fixes
This commit is contained in:
commit
07a3283e53
2 changed files with 3 additions and 2 deletions
|
@ -369,7 +369,7 @@ function getOriginalIndex(diffs, pos, len) {
|
|||
* @typedef {Object} PDFFindControllerOptions
|
||||
* @property {IPDFLinkService} linkService - The navigation/linking service.
|
||||
* @property {EventBus} eventBus - The application event bus.
|
||||
* @property {boolean} updateMatchesCountOnProgress - True if the matches
|
||||
* @property {boolean} [updateMatchesCountOnProgress] - True if the matches
|
||||
* count must be updated on progress or only when the last page is reached.
|
||||
* The default value is `true`.
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue