PolymerElements / iron-range-behavior

Managing a numeric value within a given range
8 stars 16 forks source link

Fix #10: incorrect value if min is odd #11

Closed blasten closed 9 years ago

frankiefu commented 9 years ago

I tried the changes in paper-slider's demo and things seem not working right.

blasten commented 9 years ago

I opened an issue in https://github.com/Polymer/polymer/issues/2493. parseFloat will fix it for now..

frankiefu commented 9 years ago

LGTM