From 812ed1d1a8c8f15007234fb64262f4101b115565 Mon Sep 17 00:00:00 2001 From: Damian Connolly Date: Sat, 11 Jul 2015 21:31:56 +0200 Subject: [PATCH] Fixed bad link to node.d.ts in the legacy file --- socket.io/legacy/socket.io-1.2.0.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/socket.io/legacy/socket.io-1.2.0.d.ts b/socket.io/legacy/socket.io-1.2.0.d.ts index 3f3c042fe..92f037319 100644 --- a/socket.io/legacy/socket.io-1.2.0.d.ts +++ b/socket.io/legacy/socket.io-1.2.0.d.ts @@ -3,7 +3,7 @@ // Definitions by: PROGRE // Definitions: https://github.com/borisyankov/DefinitelyTyped -/// +/// declare module 'socket.io' { var server: SocketIOStatic;