LeaVerou / multirange

A tiny polyfill for HTML5 multi-handle sliders
http://projects.verou.me/multirange/
MIT License
607 stars 82 forks source link

Changed Array.from to another method supported by IE #23

Closed decemberly closed 7 years ago

decemberly commented 7 years ago

22

LeaVerou commented 7 years ago

This won't work in IE11 anyway, it requires CSS Variable support. Thanks for contributing though!

decemberly commented 7 years ago

Sure, it won't be a multirange, but I needed that change do display the two fallback sliders, otherwise I just get a JavaScript error and one slider (which is just confusing).

LeaVerou commented 7 years ago

So you've tested this and it improves the experience in IE11? If so, I will merge it.

decemberly commented 7 years ago

Yes, I've tested it and it does improve the experience in IE11.

LeaVerou commented 7 years ago

Thanks, merged!