mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Popups
synced 2024-11-15 11:46:55 +00:00
Merge "Doc: fix type in getPageviewTracker()"
This commit is contained in:
commit
1db76db5ae
BIN
resources/dist/index.js.json
vendored
BIN
resources/dist/index.js.json
vendored
Binary file not shown.
|
@ -28,7 +28,7 @@ function titleCase( word ) {
|
|||
* Truncates a string to a maximum length based on its URI encoded value.
|
||||
*
|
||||
* @param {string} sourceUrl source string
|
||||
* @param {string} maxLength maximum length
|
||||
* @param {number} maxLength maximum length
|
||||
* @return {string} string is returned in the same encoding as the input
|
||||
*/
|
||||
function limitByEncodedURILength( sourceUrl, maxLength ) {
|
||||
|
|
Loading…
Reference in a new issue