Merge 1.5.2 changes back to master.

This commit is contained in:
James Muehlner
2023-05-19 02:31:52 +00:00

View File

@@ -312,7 +312,7 @@ Guacamole.Parser.codePointCount = function codePointCount(str, start, end) {
* those strings as length-prefixed elements of a complete Guacamole
* instruction.
*
* @param {!*[]} elements
* @param {!Array.<*>} elements
* The values that should be encoded as the elements of a Guacamole
* instruction. Order of these elements is preserved. This array MUST have
* at least one element.