noUiSlider 11
Closed Sep 12, 2018
100% complete
I've not seriously maintained the project for the last six months. Issues have been piling up a little, although their number isn't too crazy.
- Automatically format code;
- Fix some odd lines where we're not using ES5 features (like Array.isArray); We'll probably not use classList yet as the polyfill is rather large and IE9 is still a supported target;
- R…
I've not seriously maintained the project for the last six months. Issues have been piling up a little, although their number isn't too crazy.
- Automatically format code;
- Fix some odd lines where we're not using ES5 features (like Array.isArray); We'll probably not use classList yet as the polyfill is rather large and IE9 is still a supported target;
- Remove references to IE8. That's over;
- Merge pull requests;
- Reorganize modules (mostly, put all scope_ files together);
- Touch up on the documentation;