Add missing comma

This commit is contained in:
Josh Johnson 2017-08-18 08:45:12 +01:00
parent 02f7bdcd2f
commit 00ad96bfb3

View file

@ -2204,7 +2204,7 @@ class Choices {
passedEl.setAttribute('aria-selected', 'true');
const hasActiveDropdown = this.dropdown.classList.contains(
this.config.classNames.activeState
this.config.classNames.activeState,
);
if (hasActiveDropdown) {
// IE11 ignores aria-label and blocks virtual keyboard