From 1ad9b75fe250d80d91ab65d36b98505dd750f09c Mon Sep 17 00:00:00 2001 From: pypy Date: Thu, 21 Jan 2021 12:33:14 +0900 Subject: [PATCH] lint --- html/src/vr.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/src/vr.js b/html/src/vr.js index f575949c..bdcc9b54 100644 --- a/html/src/vr.js +++ b/html/src/vr.js @@ -1021,7 +1021,7 @@ speechSynthesis.getVoices(); theme: this.config.notificationTheme, timeout: this.config.notificationTimeout, layout: this.config.notificationPosition, - text: text + text }).show(); } }