seiyria / bootstrap-slider

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

Remove unnecessary call to parseFloat() #892

Closed jespirit closed 5 years ago

jespirit commented 5 years ago

Fixes #875

https://github.com/seiyria/bootstrap-slider/blob/88dfe2aa20bb49f524b681062e6ea15d26402c41/src/js/bootstrap-slider.js#L258-L267

This line should convert the value to a float/double if the step is also a float/double.

https://github.com/seiyria/bootstrap-slider/blob/88dfe2aa20bb49f524b681062e6ea15d26402c41/src/js/bootstrap-slider.js#L259

Pull Requests

Please accompany all pull requests with the following (where appropriate):