Fixed bad link to node.d.ts in the legacy file

This commit is contained in:
Damian Connolly
2015-07-11 21:31:56 +02:00
parent cd5de37f83
commit 812ed1d1a8
+1 -1
View File
@@ -3,7 +3,7 @@
// Definitions by: PROGRE <https://github.com/progre/>
// Definitions: https://github.com/borisyankov/DefinitelyTyped
///<reference path='../node/node.d.ts' />
///<reference path='../../node/node.d.ts' />
declare module 'socket.io' {
var server: SocketIOStatic;