GUACAMOLE-437: Remove erroneously-committed, non-breaking spaces (U+00A0) from source.

This commit is contained in:
Michael Jumper
2018-09-29 15:04:28 -07:00
parent e861027f53
commit dee4e89ede

View File

@@ -284,7 +284,7 @@ Guacamole.HTTPTunnel = function(tunnelURL, crossDomain, extraTunnelHeaders) {
* *
* @private * @private
*/ */
var extraHeaders = extraTunnelHeaders || {}; var extraHeaders = extraTunnelHeaders || {};
/** /**
* Adds the configured additional headers to the given request. * Adds the configured additional headers to the given request.
@@ -1277,7 +1277,7 @@ Guacamole.StaticHTTPTunnel = function StaticHTTPTunnel(url, crossDomain, extraTu
* *
* @private * @private
*/ */
var extraHeaders = extraTunnelHeaders || {}; var extraHeaders = extraTunnelHeaders || {};
/** /**
* Adds the configured additional headers to the given request. * Adds the configured additional headers to the given request.