aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortoasted-nutbread <toasted-nutbread@users.noreply.github.com>2020-04-14 18:22:51 -0400
committertoasted-nutbread <toasted-nutbread@users.noreply.github.com>2020-04-18 14:23:34 -0400
commit92790763d19a5259e4b091b72a51e67f45548685 (patch)
treeb30f4952fc6cd64e55577e84199fed35b33a37cd
parent5c2dff345eb9d4a25cf1022d14e28ba5925b0b10 (diff)
Update style
-rw-r--r--ext/mixed/js/display.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/mixed/js/display.js b/ext/mixed/js/display.js
index d4481349..f30a65e6 100644
--- a/ext/mixed/js/display.js
+++ b/ext/mixed/js/display.js
@@ -47,7 +47,7 @@ class Display {
this.audioFallback = null;
this.audioSystem = new AudioSystem({
audioUriBuilder: {
- async getUri(definition, source, details) {
+ getUri: async (definition, source, details) => {
return await apiAudioGetUri(definition, source, details);
}
},