diff --git a/guacamole-common-js/src/main/webapp/modules/Tunnel.js b/guacamole-common-js/src/main/webapp/modules/Tunnel.js index 24ffaa860..4f056c9db 100644 --- a/guacamole-common-js/src/main/webapp/modules/Tunnel.js +++ b/guacamole-common-js/src/main/webapp/modules/Tunnel.js @@ -284,7 +284,7 @@ Guacamole.HTTPTunnel = function(tunnelURL, crossDomain, extraTunnelHeaders) { * * @private */ - var extraHeaders = extraTunnelHeaders || {}; + var extraHeaders = extraTunnelHeaders || {}; /** * Adds the configured additional headers to the given request. @@ -1277,7 +1277,7 @@ Guacamole.StaticHTTPTunnel = function StaticHTTPTunnel(url, crossDomain, extraTu * * @private */ - var extraHeaders = extraTunnelHeaders || {}; + var extraHeaders = extraTunnelHeaders || {}; /** * Adds the configured additional headers to the given request.