Commit 7cae6d86 authored by Valentin Hervieu's avatar Valentin Hervieu

Fix typo in Readme

parent c8f22ecc
...@@ -388,6 +388,7 @@ _Changing this value at runtime is not currently supported._ ...@@ -388,6 +388,7 @@ _Changing this value at runtime is not currently supported._
**logScale** - _Boolean (defaults to false)_: Set to true to use a logarithmic scale to display the slider. **logScale** - _Boolean (defaults to false)_: Set to true to use a logarithmic scale to display the slider.
For custom scales: For custom scales:
**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. **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.
**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. **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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment