mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 05:07: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 = [];
|
||||
|
||||
/**
|
||||
* 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
|
||||
* @type Guacamole.Tunnel
|
||||
*/
|
||||
var committedTunnel;
|
||||
var committedTunnel = null;
|
||||
|
||||
// Load all tunnels into array
|
||||
for (var i=0; i<arguments.length; i++)
|
||||
|
Reference in New Issue
Block a user