diff mod_json_streams/strophe.jsonstreams.js @ 1343:7dbde05b48a9

all the things: Remove trailing whitespace
author Florian Zeitz <florob@babelmonkeys.de>
date Tue, 11 Mar 2014 18:44:01 +0100
parents 0b4fe47e648d
children
line wrap: on
line diff
--- a/mod_json_streams/strophe.jsonstreams.js	Mon Mar 10 08:22:58 2014 +0000
+++ b/mod_json_streams/strophe.jsonstreams.js	Tue Mar 11 18:44:01 2014 +0100
@@ -11,7 +11,7 @@
         var parseXMLString = function(xmlStr) {
 			var xmlDoc = null;
 			if (window.ActiveXObject) {
-				xmlDoc = new ActiveXObject("Microsoft.XMLDOM"); 
+				xmlDoc = new ActiveXObject("Microsoft.XMLDOM");
 				xmlDoc.async=false;
 				xmlDoc.loadXML(xmlStr);
 			} else {