lifegadget / ui-slider

A visually attractive slider for ambitious Ember apps
https://ui-slider.firebaseapp.com/
MIT License
30 stars 39 forks source link

Fix contains deprecation #22

Closed bendemboski closed 7 years ago

bendemboski commented 7 years ago

In Ember 2.8, Array.contains() is deprecated in favor of Array.includes(), so update the two instances of .contains() and add the polyfill to make the code backwards compatible.