comparison mod_tcpproxy/web/xmpp.io.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 f2f9b965d1ad
children
comparison
equal deleted inserted replaced
1342:0ae065453dc9 1343:7dbde05b48a9
4 function XMPPIO(xmppconn, xmpptcp_host) 4 function XMPPIO(xmppconn, xmpptcp_host)
5 { 5 {
6 this.xmppconn = xmppconn; 6 this.xmppconn = xmppconn;
7 this.xmpphost = xmpptcp_host; 7 this.xmpphost = xmpptcp_host;
8 this.sid = "FIXME"; 8 this.sid = "FIXME";
9 9
10 this.listeners = []; 10 this.listeners = [];
11 return this; 11 return this;
12 } 12 }
13 13
14 XMPPIO.prototype = { 14 XMPPIO.prototype = {