aboutsummaryrefslogtreecommitdiff
path: root/ext/mixed
diff options
context:
space:
mode:
authorAlex Yatskov <alex@foosoft.net>2017-03-18 18:21:02 -0700
committerAlex Yatskov <alex@foosoft.net>2017-03-18 18:21:02 -0700
commit6d55767191f50bceef86bf78df7d340f9c5971c7 (patch)
treeadd32c4d20bdd82b339377c39ed037368d814628 /ext/mixed
parent1a4c94209b2bb06509b15d20941c4f1e53f118f4 (diff)
wip
Diffstat (limited to 'ext/mixed')
-rw-r--r--ext/mixed/js/display.js4
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 */ () => {
+
}
};