From 00ad96bfb31355eac0764f0ef12e6b261e5c73e0 Mon Sep 17 00:00:00 2001 From: Josh Johnson Date: Fri, 18 Aug 2017 08:45:12 +0100 Subject: [PATCH] Add missing comma --- assets/scripts/src/choices.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/scripts/src/choices.js b/assets/scripts/src/choices.js index e83ac32..6a9b859 100644 --- a/assets/scripts/src/choices.js +++ b/assets/scripts/src/choices.js @@ -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