Skip to content

Commit

Permalink
Fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
tatermelon committed Nov 2, 2017
1 parent c6499aa commit a5eb69b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/combobox/aria1.1pattern/js/listbox-combobox.js
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ aria.ListboxCombobox.prototype.hideListbox = function () {
this.onHide();
};

aria.ListboxCombobox.prototype.checkSelection = function() {
aria.ListboxCombobox.prototype.checkSelection = function () {
if (this.activeIndex < 0) {
return;
}
Expand Down

0 comments on commit a5eb69b

Please sign in to comment.