Skip to content

Commit

Permalink
remove superfluous default from switch per suggestion from Mike
Browse files Browse the repository at this point in the history
  • Loading branch information
mcking65 committed Sep 18, 2023
1 parent d113845 commit 31759c2
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions content/patterns/listbox/examples/js/toolbar.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,6 @@ aria.Toolbar = class Toolbar {
case 'Home':
nextItem = this.items[0];
break;

default:
break;
}

if (nextItem) {
Expand Down

0 comments on commit 31759c2

Please sign in to comment.