Merge pull request #3128 from misak113/socket.io-client

Socket.io client fix: node.d.ts reference deleteion
This commit is contained in:
Masahiro Wakame
2014-11-17 11:19:45 +09:00
-2
View File
@@ -3,8 +3,6 @@
// Definitions by: PROGRE <https://github.com/progre/>
// Definitions: https://github.com/borisyankov/DefinitelyTyped
///<reference path='../node/node.d.ts' />
declare var io: SocketIOClientStatic;
declare module 'socket.io-client' {