luci-base: "an URL" replace with "a URL"
This is a correct form Signed-off-by: Sergey Ponomarev <stokito@gmail.com>
This commit is contained in:
parent
9d384a2140
commit
f423025927
2 changed files with 8 additions and 8 deletions
|
@ -4326,7 +4326,7 @@ var CBIDummyValue = CBIValue.extend(/** @lends LuCI.form.DummyValue.prototype */
|
|||
__name__: 'CBI.DummyValue',
|
||||
|
||||
/**
|
||||
* Set an URL which is opened when clicking on the dummy value text.
|
||||
* Set a URL which is opened when clicking on the dummy value text.
|
||||
*
|
||||
* By setting this property, the dummy value text is wrapped in an `<a>`
|
||||
* element with the property value used as `href` attribute.
|
||||
|
|
|
@ -2802,7 +2802,7 @@
|
|||
* omitted, it defaults to an empty string.
|
||||
*
|
||||
* @param {string[]} [parts]
|
||||
* An array of parts to join into an URL path. Parts may contain
|
||||
* An array of parts to join into a URL path. Parts may contain
|
||||
* slashes and any of the other characters mentioned above.
|
||||
*
|
||||
* @return {string}
|
||||
|
@ -2822,7 +2822,7 @@
|
|||
},
|
||||
|
||||
/**
|
||||
* Construct an URL pathrelative to the script path of the server
|
||||
* Construct a URL pathrelative to the script path of the server
|
||||
* side LuCI application (usually `/cgi-bin/luci`).
|
||||
*
|
||||
* The resulting URL is guaranteed to only contain the characters
|
||||
|
@ -2833,7 +2833,7 @@
|
|||
* @memberof LuCI
|
||||
*
|
||||
* @param {string[]} [parts]
|
||||
* An array of parts to join into an URL path. Parts may contain
|
||||
* An array of parts to join into a URL path. Parts may contain
|
||||
* slashes and any of the other characters mentioned above.
|
||||
*
|
||||
* @return {string}
|
||||
|
@ -2844,7 +2844,7 @@
|
|||
},
|
||||
|
||||
/**
|
||||
* Construct an URL path relative to the global static resource path
|
||||
* Construct a URL path relative to the global static resource path
|
||||
* of the LuCI ui (usually `/luci-static/resources`).
|
||||
*
|
||||
* The resulting URL is guaranteed to only contain the characters
|
||||
|
@ -2855,7 +2855,7 @@
|
|||
* @memberof LuCI
|
||||
*
|
||||
* @param {string[]} [parts]
|
||||
* An array of parts to join into an URL path. Parts may contain
|
||||
* An array of parts to join into a URL path. Parts may contain
|
||||
* slashes and any of the other characters mentioned above.
|
||||
*
|
||||
* @return {string}
|
||||
|
@ -2866,7 +2866,7 @@
|
|||
},
|
||||
|
||||
/**
|
||||
* Construct an URL path relative to the media resource path of the
|
||||
* Construct a URL path relative to the media resource path of the
|
||||
* LuCI ui (usually `/luci-static/$theme_name`).
|
||||
*
|
||||
* The resulting URL is guaranteed to only contain the characters
|
||||
|
@ -2877,7 +2877,7 @@
|
|||
* @memberof LuCI
|
||||
*
|
||||
* @param {string[]} [parts]
|
||||
* An array of parts to join into an URL path. Parts may contain
|
||||
* An array of parts to join into a URL path. Parts may contain
|
||||
* slashes and any of the other characters mentioned above.
|
||||
*
|
||||
* @return {string}
|
||||
|
|
Loading…
Reference in a new issue