mirror of
https://github.com/socketio/socket.io.git
synced 2026-04-30 03:00:39 -04:00
9 lines
206 B
JavaScript
9 lines
206 B
JavaScript
this.io = {
|
|
version: 0.1,
|
|
setPath: function(path){
|
|
this.path = path;
|
|
WebSocket.__swfLocation = path + 'lib/vendor/web-socket-js/WebSocketMain.swf';
|
|
}
|
|
};
|
|
|
|
if ('jQuery' in this) jQuery.io = this.io; |