Fixed comment on self reference.
[guacamole-common-js.git] / src / main / resources / tunnel.js
index 4719649..5b5a167 100644 (file)
@@ -662,6 +662,7 @@ Guacamole.WebSocketTunnel.prototype = new Guacamole.Tunnel();
 Guacamole.ChainedTunnel = function(tunnel_chain) {
 
     /**
+     * Reference to this chained tunnel.
      */
     var chained_tunnel = this;