From f2fa98aee3d68f03afff347bf763a45213ad7857 Mon Sep 17 00:00:00 2001 From: pypy Date: Thu, 21 Jan 2021 12:49:15 +0900 Subject: [PATCH] lint --- html/src/app.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/html/src/app.js b/html/src/app.js index 355066ff..7360d9cb 100644 --- a/html/src/app.js +++ b/html/src/app.js @@ -2563,7 +2563,7 @@ speechSynthesis.getVoices(); var [N, fn] = types[type]; if (N > 0) { if (type === 'avatar') { - tags.forEach((tag) => { + for (var tag of tags) { this.bulk({ fn, N, @@ -2573,7 +2573,7 @@ speechSynthesis.getVoices(); tag } }); - }); + } } else { this.bulk({ fn,