mirror of
https://github.com/logsol/chuck.js.git
synced 2026-05-11 10:37:34 +00:00
usiung SocketIO
This commit is contained in:
parent
d57d8e8976
commit
4205817e60
2 changed files with 4 additions and 4 deletions
4
lib/Vendor/SocketIO.js
vendored
4
lib/Vendor/SocketIO.js
vendored
|
|
@ -1,3 +1,3 @@
|
|||
define(["socket.io/socket.io.js"], function() {
|
||||
return socket.io;
|
||||
define(["/socket.io/socket.io.js"], function() {
|
||||
return io;
|
||||
});
|
||||
Loading…
Add table
Add a link
Reference in a new issue