Choices/src/scripts/lib
Leonard 8149db8436 Make it work in Internet Explorer (#434)
+ IE does not support multiple-parameter classList.add() /
  classList.remove(); Replace it with single-parameter calls
  https://caniuse.com/#feat=classlist
+ IE needs polyfills for Array.prototype.find / Array.prototype.includes
2018-10-27 16:26:52 +01:00
..
polyfills.js Make it work in Internet Explorer (#434) 2018-10-27 16:26:52 +01:00
utils.js Check no unknown config keys are passed 2018-10-09 13:16:58 +01:00
utils.test.js Add util tests 2018-05-28 17:56:36 +01:00