mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-20 15:36:16 -04:00
Change everything to the new Socket.IO API
This commit is contained in:
parent
fd5aafe17a
commit
80a478fd55
3 changed files with 28 additions and 28 deletions
|
@ -48,7 +48,7 @@ exports.setSocketIO = function(_socket)
|
|||
//save this socket internaly
|
||||
socket = _socket;
|
||||
|
||||
socket.on('connection', function(client)
|
||||
socket.sockets.on('connection', function(client)
|
||||
{
|
||||
//tell all components about this connect
|
||||
for(var i in components)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue