seiyria / bootstrap-slider

A slider control for Bootstrap 3 & 4.
http://seiyria.github.io/bootstrap-slider/
Other
3k stars 1.14k forks source link

Should remove unnecessary call to parseFloat() #875

Closed jespirit closed 5 years ago

jespirit commented 5 years ago

Unnecessary call to parseFloat() in _calculateValue()

https://github.com/seiyria/bootstrap-slider/blob/59745c648eb9a4e937783c7177521219212112ab/src/js/bootstrap-slider.js#L1710

https://github.com/seiyria/bootstrap-slider/blob/59745c648eb9a4e937783c7177521219212112ab/src/js/bootstrap-slider.js#L1692-L1718