mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 18:55:26 +00:00
chore(socket) rm lConn_func
This commit is contained in:
parent
a7d32ea752
commit
1bb5606bf9
1 changed files with 1 additions and 1 deletions
|
|
@ -48,7 +48,7 @@
|
|||
* @pServer {Object} started server object
|
||||
*/
|
||||
exports.listen = function(pServer) {
|
||||
var lRet, lConnNum, lMsg, lConn_func;
|
||||
var lRet, lConnNum, lMsg;
|
||||
|
||||
if (io) {
|
||||
io = io.listen(pServer);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue