diff --git a/lib/net_connection.js b/lib/net_connection.js index 9c0b7b6..290f766 100755 --- a/lib/net_connection.js +++ b/lib/net_connection.js @@ -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){