Browse Source

readline: remove unused vars in _ttyWrite

v0.9.1-release
Kyle Robinson Young 13 years ago
committed by Ben Noordhuis
parent
commit
da56c72f59
  1. 1
      lib/readline.js

1
lib/readline.js

@ -562,7 +562,6 @@ Interface.prototype._moveCursor = function(dx) {
// handle a write from the tty
Interface.prototype._ttyWrite = function(s, key) {
var next_word, next_non_word, previous_word, previous_non_word;
key = key || {};
// Ignore escape key - Fixes #2876

Loading…
Cancel
Save