fix(socket) lRet -> ret

This commit is contained in:
coderaiser 2014-01-27 08:33:32 -05:00
parent 9463f861fb
commit 48e570c99e

View file

@ -82,7 +82,7 @@
ret = io.sockets.on('connection', onConnection);
}
return lRet;
return ret;
};
function onConnection(socket) {