mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-10 07:01:21 +00:00
GUAC-791: Add missing private tags to inner variables/functions.
This commit is contained in:
@@ -31,11 +31,15 @@ Guacamole.IntegerPool = function() {
|
||||
|
||||
/**
|
||||
* Reference to this integer pool.
|
||||
*
|
||||
* @private
|
||||
*/
|
||||
var guac_pool = this;
|
||||
|
||||
/**
|
||||
* Array of available integers.
|
||||
*
|
||||
* @private
|
||||
* @type {Number[]}
|
||||
*/
|
||||
var pool = [];
|
||||
|
Reference in New Issue
Block a user