summaryrefslogtreecommitdiff
path: root/js/lex.js
diff options
context:
space:
mode:
authorJulie Lala <jules@okfoc.us>2014-11-30 16:53:50 -0500
committerJulie Lala <jules@okfoc.us>2014-11-30 16:53:50 -0500
commit7d80be2bf7bfb65719dff6437959509e12487078 (patch)
tree9f9a0455bae61f165d3ad98a2fb624edcee9458f /js/lex.js
parent4f2f5dc5580359bba21150af3ce5d34ad14b3ab4 (diff)
import ascii art
Diffstat (limited to 'js/lex.js')
-rw-r--r--js/lex.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/js/lex.js b/js/lex.js
index 29f452b..e6f1f67 100644
--- a/js/lex.js
+++ b/js/lex.js
@@ -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