You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@guacamole.apache.org by vn...@apache.org on 2018/09/30 12:41:12 UTC

[1/2] guacamole-client git commit: GUACAMOLE-437: Remove erroneously-committed, non-breaking spaces (U+00A0) from source.

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 <mj...@apache.org>
Authored: Sat Sep 29 15:04:28 2018 -0700
Committer: Michael Jumper <mj...@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.


[2/2] guacamole-client git commit: GUACAMOLE-437: Merge remove erroneous non-breaking spaces from source.

Posted by vn...@apache.org.
GUACAMOLE-437: Merge remove erroneous non-breaking spaces 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/aa7cd9d2
Tree: http://git-wip-us.apache.org/repos/asf/guacamole-client/tree/aa7cd9d2
Diff: http://git-wip-us.apache.org/repos/asf/guacamole-client/diff/aa7cd9d2

Branch: refs/heads/staging/1.0.0
Commit: aa7cd9d261fa1e99f1858863b5e6d9f6cdec36cd
Parents: e861027 dee4e89
Author: Nick Couchman <vn...@apache.org>
Authored: Sun Sep 30 08:40:24 2018 -0400
Committer: Nick Couchman <vn...@apache.org>
Committed: Sun Sep 30 08:40:24 2018 -0400

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