1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

docs: fix documentation for TypeScript

This commit is contained in:
Dmitry Lyzo 2022-02-19 12:43:11 +03:00
parent 7ed78e0daa
commit 85e9aff281
2 changed files with 14 additions and 6 deletions

View file

@ -9,7 +9,7 @@
* Returns parent of element with specified attribute value.
* @param {HTMLElement} elem - Element whose parent need to find.
* @param {string} name - Attribute name.
* @param {mixed} value - Attribute value.
* @param {mixed} [value] - Attribute value.
* @returns {HTMLElement} Parent with specified attribute value.
*/
export function parentWithAttribute(elem, name, value) {