Merge "Improve "selfmove" message's wording"
[lhc/web/wiklou.git] / resources / src / jquery / jquery.byteLength.js
index 0b8f9da..222f14a 100644 (file)
@@ -9,6 +9,9 @@
  * Calculate the byte length of a string (accounting for UTF-8).
  *
  * @static
+ * @inheritable
+ * @param {string} str
+ * @return {number}
  */
 jQuery.byteLength = function ( str ) {
        // This basically figures out how many bytes a UTF-16 string (which is what js sees)