luci-base: jsdoc RangeSlider

Small correction.

Signed-off-by: Paul Donald <newtwen+github@gmail.com>
This commit is contained in:
Paul Donald
2025-08-01 15:33:40 +02:00
parent b7c08475e7
commit 3ec92523dc

View File

@@ -2685,8 +2685,9 @@ const UIRangeSlider = UIElement.extend({
* @property {int} [max=100]
* Specifies the maximum value of the range.
*
* @property {int} [step=1]
* Specifies the step value of the range slider handle.
* @property {string} [step=1]
* Specifies the step value of the range slider handle. Use "any" for
* arbitrary precision floating point numbers.
*
* @param {function} [calculate=null]
* A function to invoke when the slider is adjusted by the user. The function