Skip to content

Commit

Permalink
don't set request property
Browse files Browse the repository at this point in the history
  • Loading branch information
nkzawa committed May 29, 2015
1 parent 43fa075 commit 4d36d6c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/socket.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ function Socket(nsp, client){
this.server = nsp.server;
this.adapter = this.nsp.adapter;
this.id = client.id;
this.request = client.request;
this.client = client;
this.conn = client.conn;
this.rooms = [];
Expand Down

0 comments on commit 4d36d6c

Please sign in to comment.