Upgrade socket.io to 2.x

This commit is contained in:
Jeena 2017-11-06 22:17:33 +01:00
parent 1bb9539530
commit 1df7258b56
6 changed files with 370 additions and 21 deletions

View file

@ -1,3 +1,3 @@
define(["socketio"], function() {
define(["socketio"], function(io) {
return io;
});
});