projects
/
project
/
luci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
31955d6
)
luci-base: jsdoc grammar fix
author
Paul Donald
<
[email protected]
>
Thu, 12 Dec 2024 14:56:40 +0000
(15:56 +0100)
committer
Paul Donald
<
[email protected]
>
Thu, 12 Dec 2024 14:56:44 +0000
(15:56 +0100)
Signed-off-by: Paul Donald <
[email protected]
>
modules/luci-base/htdocs/luci-static/resources/uci.js
patch
|
blob
|
history
diff --git
a/modules/luci-base/htdocs/luci-static/resources/uci.js
b/modules/luci-base/htdocs/luci-static/resources/uci.js
index 35110c0227b4b8fc73a8c2765475ac99e8e32653..1171588c733b07a90c3840183657bc647587b279 100644
(file)
--- a/
modules/luci-base/htdocs/luci-static/resources/uci.js
+++ b/
modules/luci-base/htdocs/luci-static/resources/uci.js
@@
-449,7
+449,7
@@
return baseclass.extend(/** @lends LuCI.uci.prototype */ {
*
* @returns {Array<LuCI.uci.SectionObject>}
* Returns a sorted array of the section objects within the given
- * configuration, filtered by type
o
f a type has been specified.
+ * configuration, filtered by type
, i
f a type has been specified.
*/
sections: function(conf, type, cb) {
var sa = [ ],