Files
socket.io/lib/io.js
Guillermo Rauch f8350592bb Removed io.lab
2010-03-17 12:08:00 -07:00

6 lines
86 B
JavaScript

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