Skip to content
Snippets Groups Projects
Commit 1b6a170c authored by Neil's avatar Neil
Browse files

accidentally deleted variable. fixed

parent 581c2500
No related branches found
No related tags found
No related merge requests found
......@@ -150,6 +150,7 @@ Proxy.prototype.clientConnected = function( client ) {
*/
Proxy.prototype.emitClientPool = function () {
// 1. First we need to generate the list of connected clients
var unconnectedClients = "";
for (var key in Proxy.prototype.clientPool) {
if (Proxy.prototype.clientPool.hasOwnProperty(key)) {
var potentialClient = Proxy.prototype.clientPool[ key ];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment