usiung SocketIO

This commit is contained in:
Jeena Paradies 2012-07-13 00:30:26 +02:00
parent d57d8e8976
commit 4205817e60
2 changed files with 4 additions and 4 deletions

View file

@ -1,3 +1,3 @@
define(["socket.io/socket.io.js"], function() {
return socket.io;
define(["/socket.io/socket.io.js"], function() {
return io;
});