mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
refactor(console) init: rm unused all
This commit is contained in:
parent
185f459d22
commit
a8cd16b06a
1 changed files with 2 additions and 2 deletions
|
|
@ -56,8 +56,8 @@
|
|||
var ret;
|
||||
|
||||
ret = socket.on('connection', function(clientSocket) {
|
||||
onConnection(clientSocket, function(json, all) {
|
||||
socket.emit(CHANNEL, json, clientSocket, all);
|
||||
onConnection(clientSocket, function(json) {
|
||||
socket.emit(CHANNEL, json, clientSocket);
|
||||
});
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue