Fixed comment on self reference.

This commit is contained in:
Michael Jumper
2012-03-09 16:12:12 -08:00
parent 0d95a5b5b8
commit 10b192b677

View File

@@ -662,6 +662,7 @@ Guacamole.WebSocketTunnel.prototype = new Guacamole.Tunnel();
Guacamole.ChainedTunnel = function(tunnel_chain) { Guacamole.ChainedTunnel = function(tunnel_chain) {
/** /**
* Reference to this chained tunnel.
*/ */
var chained_tunnel = this; var chained_tunnel = this;