Updated JSDOC param
gitea/salix/pipeline/head This commit looks good Details

This commit is contained in:
Joan Sanchez 2021-10-18 10:51:20 +02:00
parent ff2a1e7617
commit ec011cbc4e
1 changed files with 1 additions and 0 deletions

View File

@ -23,6 +23,7 @@ export default class Popover extends Popup {
* it is shown in a visible relative position to it.
*
* @param {HTMLElement|Event} parent Overrides the parent property
* @param {String} direction - Direction [left]
*/
show(parent, direction) {
if (parent instanceof Event)