mirror of
https://github.com/openwrt/luci
synced 2025-01-07 03:27:12 +08:00
luci-base: jsdoc fixes
Correctly describe the parameter for the various URL/path functions. Signed-off-by: Paul Donald <newtwen+github@gmail.com>
This commit is contained in:
parent
0826411de7
commit
bc79691d84
@ -2744,7 +2744,7 @@
|
||||
* The prefix to join the given parts with. If the `prefix` is
|
||||
* omitted, it defaults to an empty string.
|
||||
*
|
||||
* @param {string[]} [parts]
|
||||
* @param {...string} [parts]
|
||||
* An array of parts to join into a URL path. Parts may contain
|
||||
* slashes and any of the other characters mentioned above.
|
||||
*
|
||||
@ -2782,7 +2782,7 @@
|
||||
* @instance
|
||||
* @memberof LuCI
|
||||
*
|
||||
* @param {string[]} [parts]
|
||||
* @param {...string} [parts]
|
||||
* An array of parts to join into a URL path. Parts may contain
|
||||
* slashes and any of the other characters mentioned above.
|
||||
*
|
||||
@ -2806,7 +2806,7 @@
|
||||
* @instance
|
||||
* @memberof LuCI
|
||||
*
|
||||
* @param {string[]} [parts]
|
||||
* @param {...string} [parts]
|
||||
* An array of parts to join into a URL path. Parts may contain
|
||||
* slashes and any of the other characters mentioned above.
|
||||
*
|
||||
@ -2830,7 +2830,7 @@
|
||||
* @instance
|
||||
* @memberof LuCI
|
||||
*
|
||||
* @param {string[]} [parts]
|
||||
* @param {...string} [parts]
|
||||
* An array of parts to join into a URL path. Parts may contain
|
||||
* slashes and any of the other characters mentioned above.
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user