Merge "Doc: fix type in getPageviewTracker()"

This commit is contained in:
jenkins-bot 2018-10-17 22:31:05 +00:00 committed by Gerrit Code Review
commit 1db76db5ae
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View file

@ -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 ) {