Repository: guacamole-client
Updated Branches:
  refs/heads/staging/1.0.0 e861027f5 -> aa7cd9d26


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


Project: http://git-wip-us.apache.org/repos/asf/guacamole-client/repo
Commit: http://git-wip-us.apache.org/repos/asf/guacamole-client/commit/dee4e89e
Tree: http://git-wip-us.apache.org/repos/asf/guacamole-client/tree/dee4e89e
Diff: http://git-wip-us.apache.org/repos/asf/guacamole-client/diff/dee4e89e

Branch: refs/heads/staging/1.0.0
Commit: dee4e89ede356bfa28453cf0cb7a54f52ab55782
Parents: e861027
Author: Michael Jumper <mjum...@apache.org>
Authored: Sat Sep 29 15:04:28 2018 -0700
Committer: Michael Jumper <mjum...@apache.org>
Committed: Sat Sep 29 15:04:28 2018 -0700

----------------------------------------------------------------------
 guacamole-common-js/src/main/webapp/modules/Tunnel.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/guacamole-client/blob/dee4e89e/guacamole-common-js/src/main/webapp/modules/Tunnel.js
----------------------------------------------------------------------
diff --git a/guacamole-common-js/src/main/webapp/modules/Tunnel.js 
b/guacamole-common-js/src/main/webapp/modules/Tunnel.js
index 24ffaa8..4f056c9 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.

Reply via email to