diff options
Diffstat (limited to 'js/lex.js')
| -rw-r--r-- | js/lex.js | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -90,8 +90,6 @@ Lex.prototype.demolish = function(){ this.span.parentNode.removeChild(this.span) this.span = null } - - Lex.prototype.key = function(char, keyCode) { if (! char) { return } this.char = char |
