We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 721369b commit ebfb4f7Copy full SHA for ebfb4f7
modules/luci-base/htdocs/luci-static/resources/form.js
@@ -1631,7 +1631,7 @@ const CBIAbstractValue = CBIAbstractElement.extend(/** @lends LuCI.form.Abstract
1631
* The name of the option to depend on or an object describing multiple
1632
* dependencies which must be satisfied (a logical "and" expression).
1633
*
1634
- * @param {string|RegExp} value
+ * @param {string|RegExp} [value]
1635
* When invoked with a plain option name as first argument, this parameter
1636
* specifies the expected value. In case an object is passed as first
1637
* argument, this parameter is ignored.
0 commit comments