Skip to content

Commit

Permalink
remove solved todo
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian Herrlinger committed Sep 29, 2011
1 parent a5659e1 commit 3b3554a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/net_connection.js
Expand Up @@ -217,7 +217,7 @@ NetConnection.prototype.__defineGetter__('state', function(){

/**
* Set the current state of this connection,
* TODO: checking the given state for correctness
* checking the given state for correctness
* and emitting the STATE_CHANGE event
*/
NetConnection.prototype.__defineSetter__('state', function(v){
Expand Down

0 comments on commit 3b3554a

Please sign in to comment.