Skip to content

Commit

Permalink
Update accname.js
Browse files Browse the repository at this point in the history
  • Loading branch information
christopherabate authored Sep 27, 2024
1 parent 98a31cd commit 97b719a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion accname.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* @param {HTMLElement} element - The element for which to obtain the accessible name.
* @returns {Object} - An object containing keys for each property tested and their values.
*/
export function accName(element) {
function accName(element) {
// Initialize the result object
const result = {
isVisible: true,
Expand Down

0 comments on commit 97b719a

Please sign in to comment.