mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 13:17:41 +00:00
GUAC-1084: Clarify comment describing committedTunnel.
This commit is contained in:
@@ -843,10 +843,13 @@ Guacamole.ChainedTunnel = function(tunnel_chain) {
|
|||||||
var tunnels = [];
|
var tunnels = [];
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Stores a single committed tunnel once committed
|
* The tunnel committed via commit_tunnel(), if any, or null if no tunnel
|
||||||
|
* has yet been committed.
|
||||||
|
*
|
||||||
* @private
|
* @private
|
||||||
|
* @type Guacamole.Tunnel
|
||||||
*/
|
*/
|
||||||
var committedTunnel;
|
var committedTunnel = null;
|
||||||
|
|
||||||
// Load all tunnels into array
|
// Load all tunnels into array
|
||||||
for (var i=0; i<arguments.length; i++)
|
for (var i=0; i<arguments.length; i++)
|
||||||
|
Reference in New Issue
Block a user