mirror of https://github.com/nodejs/node.git
readline: remove doubled case.
Signed-off-by: Fedor Indutny <fedor@indutny.com>archived-io.js-v0.10
parent
90c9891084
commit
4d04c7b5ee
|
@ -768,10 +768,6 @@ Interface.prototype._ttyWrite = function(s, key) {
|
|||
this._deleteWordRight();
|
||||
break;
|
||||
|
||||
case 'backspace':
|
||||
this._deleteWordLeft();
|
||||
break;
|
||||
|
||||
case 'left':
|
||||
this._wordLeft();
|
||||
break;
|
||||
|
|
Loading…
Reference in New Issue