readline: remove doubled case.

Signed-off-by: Fedor Indutny <fedor@indutny.com>
This commit is contained in:
Roman Klauke 2014-06-11 22:03:50 +02:00 committed by Fedor Indutny
parent 90c9891084
commit 4d04c7b5ee

View File

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