Remove space

This commit is contained in:
Josh Johnson 2017-08-15 14:26:36 +01:00
parent ed458a61d4
commit 3b7e49dadb

View file

@ -167,7 +167,6 @@ class Choices {
this.isIe11 = !!(navigator.userAgent.match(/Trident/) && navigator.userAgent.match(/rv[ :]11/));
this.isScrollingOnIe = false;
if (this.config.shouldSortItems === true && this.isSelectOneElement) {
if (!this.config.silent) {
console.warn('shouldSortElements: Type of passed element is \'select-one\', falling back to false.');