Choices/src/scripts
Konstantin Vyatkin 8775bacdd9 improve whole-page performance by scoping events handlers (#740)
* scope onMouseDown event capture

* supercedes #710

* make isIE11 a const

* scope keydown

* scope mouseover

* fix removeEventListener for keyup
2019-11-12 09:47:41 +00:00
..
actions Code refactoring (#735) 2019-11-03 17:45:16 +00:00
components Fix id types (#743) 2019-11-08 09:19:18 +00:00
lib improve whole-page performance by scoping events handlers (#740) 2019-11-12 09:47:41 +00:00
reducers Update code styling rules (#713) 2019-10-29 18:26:11 +00:00
store Fix id types (#743) 2019-11-08 09:19:18 +00:00
choices.js improve whole-page performance by scoping events handlers (#740) 2019-11-12 09:47:41 +00:00
choices.test.js Fix id types (#743) 2019-11-08 09:19:18 +00:00
constants.js Add missing type definitions + rename sortFn (#734) 2019-11-03 13:18:16 +00:00
constants.test.js rename addItemFilterFn (#699) 2019-10-29 17:29:31 +00:00
templates.js Fix #727 (#731) 2019-11-02 13:49:33 +00:00
templates.test.js fix dir (#711) 2019-10-29 14:02:24 +00:00