este-library-oldschool
Version:
Library for github.com/steida/este.git
21 lines (20 loc) • 447 B
JavaScript
/**
* @fileoverview Socket.io Client 1.3.5
*
* @see https://github.com/LearnBoost/socket.io-client
* @see http://socket.io/
* @see http://www.dotnetwise.com/Code/Externs/
* @externs
*/
/**
* socket.io
* Copyright(c) 2011 LearnBoost <dev@learnboost.com>
* MIT Licensed
*/
var io = {
"managers" : function () {},
"protocol" : {},
"connect" : function () {},
"Manager" : function () {},
"Socket" : function () {}
}