Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7cae6d8

Browse files
committed
Fix typo in Readme
1 parent c8f22ec commit 7cae6d8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -388,6 +388,7 @@ _Changing this value at runtime is not currently supported._
388388
**logScale** - _Boolean (defaults to false)_: Set to true to use a logarithmic scale to display the slider.
389389

390390
For custom scales:
391+
391392
**customValueToPosition** - _Function(val, minVal, maxVal): percent_: Function that returns the position on the slider for a given value. The position must be a percentage between 0 and 1.
392393

393394
**customPositionToValue** - _Function(percent, minVal, maxVal): value_: Function that returns the value for a given position on the slider. The position is a percentage between 0 and 1.

0 commit comments

Comments
 (0)