Browse Source

net.js: lint

v0.9.1-release
isaacs 13 years ago
parent
commit
33c76f19de
  1. 2
      lib/net.js

2
lib/net.js

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

Loading…
Cancel
Save