Author: markt
Date: Wed Oct 16 08:37:46 2013
New Revision: 1532688
URL: http://svn.apache.org/r1532688
Log:
Trailing whitespace police
Modified:
tomcat/trunk/webapps/examples/websocket/drawboard.xhtml
Modified: tomcat/trunk/webapps/examples/websocket/drawboard.xhtml
URL:
http://svn.apache.org/viewvc/tomcat/trunk/webapps/examples/websocket/drawboard.xhtml?rev=1532688&r1=1532687&r2=1532688&view=diff
==============================================================================
--- tomcat/trunk/webapps/examples/websocket/drawboard.xhtml (original)
+++ tomcat/trunk/webapps/examples/websocket/drawboard.xhtml Wed Oct 16 08:37:46
2013
@@ -532,7 +532,7 @@
drawContainer.appendChild(canvasDisplay);
drawContainer.appendChild(optionContainer);
-
+
canvasMouseDownHandler = function(e) {
if (e.button == 0) {
currentMouseX = e.pageX - canvasDisplay.offsetLeft;
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]