Files
socket.io/lib/io.js
Guillermo Rauch 507dc04388 Initial commit
2010-03-15 19:40:48 -07:00

7 lines
99 B
JavaScript

this.io = {
version: 0.1,
path: '/',
lab: $LAB
};
if ('jQuery' in this) jQuery.io = this.io;