diff options
Diffstat (limited to 'js/codeq')
-rw-r--r-- | js/codeq/console.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/js/codeq/console.js b/js/codeq/console.js index cee3aac..63d01fc 100644 --- a/js/codeq/console.js +++ b/js/codeq/console.js @@ -17,7 +17,6 @@ 'End': function () { this.moveToEndOfLine(); return false; }, 'Home': function () { this.moveToStartOfLine(); return false; }, 'Enter': function () { return true; }, // if it returns false in line-buffered mode, then a line will never be formed -> no input ever - 'Tab': noop }, '100': { 'Backspace': function () { this.deleteCharacterLeft(); return false; }, |