jQRangeSlider icon indicating copy to clipboard operation
jQRangeSlider copied to clipboard

Negative wheelSpeed not accepted

Open rattai opened this issue 9 years ago • 0 comments
trafficstars

Docs say negative values are allowed: http://ghusse.github.io/jQRangeSlider/options.html#wheelSpeedOption

This line blocks them: https://github.com/ghusse/jQRangeSlider/blob/ea1be22370525a32132c9b16c72252c5dfb9c6fa/jQRangeSliderBar.js#L99

The rest of the code looks like it'll handle negative values once the value > 0 check is removed.

rattai avatar Dec 01 '15 19:12 rattai