mirror of
https://github.com/zen-browser/pdf.js.git
synced 2025-07-08 17:30:09 +02:00
Fix JSDoc types
This fixes invalid type references (either due to invalid paths for the import or missing imports) in the JS doc, as well as some missing or invalid parameter names for @param annotations.
This commit is contained in:
parent
92f7653cfb
commit
f84f2646f4
15 changed files with 38 additions and 13 deletions
|
@ -891,7 +891,7 @@ class InkEditor extends AnnotationEditor {
|
|||
|
||||
/**
|
||||
* Convert into a Path2D.
|
||||
* @param {Arra<Array<number>} bezier
|
||||
* @param {Array<Array<number>>} bezier
|
||||
* @returns {Path2D}
|
||||
*/
|
||||
static #buildPath2D(bezier) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue