Author: kkolinko
Date: Sun Jun 17 06:08:36 2012
New Revision: 1351055
URL: http://svn.apache.org/viewvc?rev=1351055&view=rev
Log:
Merged revision 1351054 from tomcat/trunk:
tabs -> spaces, as reminded by Checkstyle
Modified:
tomcat/tc7.0.x/trunk/ (props changed)
tomcat/tc7.0.x/trunk/webapps/examples/websocket/chat.html
tomcat/tc7.0.x/trunk/webapps/examples/websocket/echo.html
tomcat/tc7.0.x/trunk/webapps/examples/websocket/snake.html
Propchange: tomcat/tc7.0.x/trunk/
------------------------------------------------------------------------------
Merged /tomcat/trunk:r1351054
Modified: tomcat/tc7.0.x/trunk/webapps/examples/websocket/chat.html
URL:
http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/webapps/examples/websocket/chat.html?rev=1351055&r1=1351054&r2=1351055&view=diff
==============================================================================
--- tomcat/tc7.0.x/trunk/webapps/examples/websocket/chat.html (original)
+++ tomcat/tc7.0.x/trunk/webapps/examples/websocket/chat.html Sun Jun 17
06:08:36 2012
@@ -80,7 +80,7 @@
if (window.location.protocol == 'http:') {
Chat.connect('ws://' + window.location.host +
'/examples/websocket/chat');
} else {
- Chat.connect('wss://' + window.location.host +
'/examples/websocket/chat');
+ Chat.connect('wss://' + window.location.host +
'/examples/websocket/chat');
}
};
Modified: tomcat/tc7.0.x/trunk/webapps/examples/websocket/echo.html
URL:
http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/webapps/examples/websocket/echo.html?rev=1351055&r1=1351054&r2=1351055&view=diff
==============================================================================
--- tomcat/tc7.0.x/trunk/webapps/examples/websocket/echo.html (original)
+++ tomcat/tc7.0.x/trunk/webapps/examples/websocket/echo.html Sun Jun 17
06:08:36 2012
@@ -104,11 +104,11 @@
}
function updateTarget(target) {
- if (window.location.protocol == 'http:') {
- document.getElementById('target').value = 'ws://' +
window.location.host + target;
- } else {
- document.getElementById('target').value = 'wss://' +
window.location.host + target;
- }
+ if (window.location.protocol == 'http:') {
+ document.getElementById('target').value = 'ws://' +
window.location.host + target;
+ } else {
+ document.getElementById('target').value = 'wss://' +
window.location.host + target;
+ }
}
function log(message) {
Modified: tomcat/tc7.0.x/trunk/webapps/examples/websocket/snake.html
URL:
http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/webapps/examples/websocket/snake.html?rev=1351055&r1=1351054&r2=1351055&view=diff
==============================================================================
--- tomcat/tc7.0.x/trunk/webapps/examples/websocket/snake.html (original)
+++ tomcat/tc7.0.x/trunk/webapps/examples/websocket/snake.html Sun Jun 17
06:08:36 2012
@@ -112,7 +112,7 @@
if (window.location.protocol == 'http:') {
Game.connect('ws://' + window.location.host +
'/examples/websocket/snake');
} else {
- Game.connect('wss://' + window.location.host +
'/examples/websocket/snake');
+ Game.connect('wss://' + window.location.host +
'/examples/websocket/snake');
}
};
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]