From 10b192b677730cb8404191fdeca8e8cdfdf3c7de Mon Sep 17 00:00:00 2001 From: Michael Jumper Date: Fri, 9 Mar 2012 16:12:12 -0800 Subject: [PATCH] Fixed comment on self reference. --- guacamole-common-js/src/main/resources/tunnel.js | 1 + 1 file changed, 1 insertion(+) diff --git a/guacamole-common-js/src/main/resources/tunnel.js b/guacamole-common-js/src/main/resources/tunnel.js index 4719649c9..5b5a167aa 100644 --- a/guacamole-common-js/src/main/resources/tunnel.js +++ b/guacamole-common-js/src/main/resources/tunnel.js @@ -662,6 +662,7 @@ Guacamole.WebSocketTunnel.prototype = new Guacamole.Tunnel(); Guacamole.ChainedTunnel = function(tunnel_chain) { /** + * Reference to this chained tunnel. */ var chained_tunnel = this;