mirror of
				https://github.com/gyurix1968/guacamole-client.git
				synced 2025-10-31 09:03:21 +00:00 
			
		
		
		
	GUACAMOLE-615: Correct JSDoc annotation for array of any type.
This commit is contained in:
		| @@ -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. | ||||
|   | ||||
		Reference in New Issue
	
	Block a user