Loading js-classes/String.js +1 −1 Original line number Diff line number Diff line Loading @@ -949,7 +949,7 @@ * * The following example displays the string "sencha": * * var upperText="sencha"; * var upperText="SENCHA"; * document.write(upperText.toLocaleLowerCase()); * * @return {String} Returns value of the string in lowercase. Loading Loading
js-classes/String.js +1 −1 Original line number Diff line number Diff line Loading @@ -949,7 +949,7 @@ * * The following example displays the string "sencha": * * var upperText="sencha"; * var upperText="SENCHA"; * document.write(upperText.toLocaleLowerCase()); * * @return {String} Returns value of the string in lowercase. Loading