readline: remove doubled case.

Signed-off-by: Fedor Indutny <fedor@indutny.com>
archived-io.js-v0.10
Roman Klauke 2014-06-11 22:03:50 +02:00 committed by Fedor Indutny
parent 90c9891084
commit 4d04c7b5ee
1 changed files with 0 additions and 4 deletions

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;