luci-base: docs house-keeping
Signed-off-by: Paul Donald <newtwen@gmail.com>
This commit is contained in:
parent
452e813783
commit
f630f2241c
2 changed files with 6 additions and 6 deletions
|
@ -3833,7 +3833,7 @@ var CBIDynamicList = CBIValue.extend(/** @lends LuCI.form.DynamicList.prototype
|
||||||
* @classdesc
|
* @classdesc
|
||||||
*
|
*
|
||||||
* The `ListValue` class implements a simple static HTML select element
|
* The `ListValue` class implements a simple static HTML select element
|
||||||
* allowing the user chose a single value from a set of predefined choices.
|
* allowing the user to choose a single value from a set of predefined choices.
|
||||||
* It builds upon the {@link LuCI.ui.Select} widget.
|
* It builds upon the {@link LuCI.ui.Select} widget.
|
||||||
*
|
*
|
||||||
* @param {LuCI.form.Map|LuCI.form.JSONMap} form
|
* @param {LuCI.form.Map|LuCI.form.JSONMap} form
|
||||||
|
|
|
@ -3577,7 +3577,7 @@ var UI = baseclass.extend(/** @lends LuCI.ui.prototype */ {
|
||||||
* behaviour. It has no effect if no modal dialog is currently open.
|
* behaviour. It has no effect if no modal dialog is currently open.
|
||||||
*
|
*
|
||||||
* Note that this function is stand-alone, it does not rely on `this` and
|
* Note that this function is stand-alone, it does not rely on `this` and
|
||||||
* will not invoke other class functions so it suitable to be used as event
|
* will not invoke other class functions so it is suitable to be used as event
|
||||||
* handler as-is without the need to bind it first.
|
* handler as-is without the need to bind it first.
|
||||||
*/
|
*/
|
||||||
hideModal: function() {
|
hideModal: function() {
|
||||||
|
|
Loading…
Reference in a new issue