Files
socket.io/lib/util/util.js
Guillermo Rauch 16e1f3560c - No longer generating the minified version (was confusing some people)
- Added node-based builder
- Fix for missing trailing ; in oo.js
- Added copyright headers
2010-03-18 19:07:47 -07:00

9 lines
185 B
JavaScript

/**
* Socket.IO client
*
* @author Guillermo Rauch <guillermo@rosepad.com>
* @license The MIT license.
* @copyright Copyright (c) 2009 RosePad <dev@rosepad.com>
*/
io.util = {};