diff options
| author | Julie Lala <jules@okfoc.us> | 2014-11-30 16:53:50 -0500 |
|---|---|---|
| committer | Julie Lala <jules@okfoc.us> | 2014-11-30 16:53:50 -0500 |
| commit | 7d80be2bf7bfb65719dff6437959509e12487078 (patch) | |
| tree | 9f9a0455bae61f165d3ad98a2fb624edcee9458f /js/lex.js | |
| parent | 4f2f5dc5580359bba21150af3ce5d34ad14b3ab4 (diff) | |
import ascii art
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 |
