Browse Source

readline: remove doubled case.

Signed-off-by: Fedor Indutny <fedor@indutny.com>
archived-io.js-v0.10
Roman Klauke 11 years ago
committed by Fedor Indutny
parent
commit
4d04c7b5ee
  1. 4
      lib/readline.js

4
lib/readline.js

@ -768,10 +768,6 @@ Interface.prototype._ttyWrite = function(s, key) {
this._deleteWordRight();
break;
case 'backspace':
this._deleteWordLeft();
break;
case 'left':
this._wordLeft();
break;

Loading…
Cancel
Save