Fixed comment on self reference.
authorMichael Jumper <zhangmaike@users.sourceforge.net>
Sat, 10 Mar 2012 00:12:12 +0000 (16:12 -0800)
committerMichael Jumper <zhangmaike@users.sourceforge.net>
Sat, 10 Mar 2012 00:12:12 +0000 (16:12 -0800)
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;