mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-10 07:01:21 +00:00
GUAC-791: Fix type expressions to comply with JSDoc 3.
This commit is contained in:
@@ -36,13 +36,13 @@ Guacamole.IntegerPool = function() {
|
||||
|
||||
/**
|
||||
* Array of available integers.
|
||||
* @type Number[]
|
||||
* @type {Number[]}
|
||||
*/
|
||||
var pool = [];
|
||||
|
||||
/**
|
||||
* The next integer to return if no more integers remain.
|
||||
* @type Number
|
||||
* @type {Number}
|
||||
*/
|
||||
this.next_int = 0;
|
||||
|
||||
|
Reference in New Issue
Block a user