Merge pull request #1052 from lukasolson/patch-1

Add id to Socket interface
This commit is contained in:
Diullei Gomes
2013-09-16 16:46:01 -07:00

View File

@@ -15,6 +15,7 @@ declare module "socket.io" {
}
interface Socket {
id: string;
json:any;
log: any;
volatile: any;