Skip to content

Commit

Permalink
client: style
Browse files Browse the repository at this point in the history
  • Loading branch information
rauchg committed Dec 17, 2012
1 parent bfd019c commit deefa7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/client.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ function Client(server, conn){
Client.prototype.setup = function(){
this.onclose = this.onclose.bind(this);
this.ondata = this.ondata.bind(this);
this.conn.on('close', this.onclose);
this.conn.on('data', this.ondata);
this.conn.on('close', this.onclose);
};

/**
Expand Down

0 comments on commit deefa7b

Please sign in to comment.