Skip to content
This repository was archived by the owner on Mar 7, 2025. It is now read-only.

Commit

Permalink
fix(API): add parenthesis to function call #106
Browse files Browse the repository at this point in the history
  • Loading branch information
jason-capsule42 committed Mar 28, 2022
1 parent bc99688 commit 78e16f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/auro-dropdown.js
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ class AuroDropdown extends LitElement {

if (key === ' ' || key === 'enter') {
event.preventDefault();
toggleDropdown; /* eslint-disable-line no-unused-expressions */
toggleDropdown(); /* eslint-disable-line no-unused-expressions */
}
};

Expand Down

0 comments on commit 78e16f0

Please sign in to comment.