Skip to content

Commit 3ec9252

Browse files
committed
luci-base: jsdoc RangeSlider
Small correction. Signed-off-by: Paul Donald <[email protected]>
1 parent b7c0847 commit 3ec9252

File tree

1 file changed

+3
-2
lines changed
  • modules/luci-base/htdocs/luci-static/resources

1 file changed

+3
-2
lines changed

modules/luci-base/htdocs/luci-static/resources/ui.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2685,8 +2685,9 @@ const UIRangeSlider = UIElement.extend({
26852685
* @property {int} [max=100]
26862686
* Specifies the maximum value of the range.
26872687
*
2688-
* @property {int} [step=1]
2689-
* Specifies the step value of the range slider handle.
2688+
* @property {string} [step=1]
2689+
* Specifies the step value of the range slider handle. Use "any" for
2690+
* arbitrary precision floating point numbers.
26902691
*
26912692
* @param {function} [calculate=null]
26922693
* A function to invoke when the slider is adjusted by the user. The function

0 commit comments

Comments
 (0)