net.js: lint

This commit is contained in:
isaacs
2012-04-18 12:24:41 -07:00
parent ecca7525cc
commit 33c76f19de

View File

@@ -375,7 +375,7 @@ Socket.prototype._destroy = function(exception, cb) {
Socket.prototype.destroy = function(exception) {
this._destroy(exception);
}
};
function onread(buffer, offset, length) {