diff options
author | Alex Yatskov <alex@foosoft.net> | 2017-03-18 18:21:02 -0700 |
---|---|---|
committer | Alex Yatskov <alex@foosoft.net> | 2017-03-18 18:21:02 -0700 |
commit | 6d55767191f50bceef86bf78df7d340f9c5971c7 (patch) | |
tree | add32c4d20bdd82b339377c39ed037368d814628 /ext/mixed/js | |
parent | 1a4c94209b2bb06509b15d20941c4f1e53f118f4 (diff) |
wip
Diffstat (limited to 'ext/mixed/js')
-rw-r--r-- | ext/mixed/js/display.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ext/mixed/js/display.js b/ext/mixed/js/display.js index 2ceef282..707d70ee 100644 --- a/ext/mixed/js/display.js +++ b/ext/mixed/js/display.js @@ -236,6 +236,10 @@ class Display { 220: /* \ */ () => { this.audioPlay(this.definitions[this.index]); + }, + + 8: /* backspace */ () => { + } }; |