From: Michael Jumper Date: Sat, 10 Mar 2012 00:12:12 +0000 (-0800) Subject: Fixed comment on self reference. X-Git-Url: http://git.alex.org.uk Fixed comment on self reference. --- diff --git a/src/main/resources/tunnel.js b/src/main/resources/tunnel.js index 4719649..5b5a167 100644 --- a/src/main/resources/tunnel.js +++ b/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;