Remove node.d.ts reference from socket.io-client declaration

* For client side (browser) not needed this reference
    * Some apps can fail if reference presents
This commit is contained in:
Michael Zabka
2014-11-14 16:25:57 +01:00
parent a6b1e4ff84
commit 3e1ec52016
-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' {