Skip to content

Commit

Permalink
fix jsdocs
Browse files Browse the repository at this point in the history
  • Loading branch information
basher committed Mar 28, 2024
1 parent 6613397 commit 100d7e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/javascript/utils/disclosure.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { randomString } from './random-string';
/**
* Function - used by any component that needs to show|hide content, when Accordion or Tab component cannot be used.
*
* @param {HTMLElement} button - usually a <button>.
* @param {HTMLButtonElement} button - <button>.
* @param {HTMLElement} content - usually a <div> whose content is shown|hidden.
* @param {boolean} bindEscapeKey - define if ESC key should hide content.
*
Expand Down

0 comments on commit 100d7e7

Please sign in to comment.