Browse Source

tty, readline: fix style errors

v0.9.1-release
Ben Noordhuis 13 years ago
parent
commit
b031671138
  1. 2
      lib/tty.js

2
lib/tty.js

@ -104,7 +104,7 @@ WriteStream.prototype._refreshSize = function() {
this.rows = newRows;
this.emit('resize');
}
}
};
// backwards-compat

Loading…
Cancel
Save