This commit is contained in:
pypy
2021-01-21 12:49:15 +09:00
parent e0455964f3
commit f2fa98aee3

View File

@@ -2563,7 +2563,7 @@ speechSynthesis.getVoices();
var [N, fn] = types[type]; var [N, fn] = types[type];
if (N > 0) { if (N > 0) {
if (type === 'avatar') { if (type === 'avatar') {
tags.forEach((tag) => { for (var tag of tags) {
this.bulk({ this.bulk({
fn, fn,
N, N,
@@ -2573,7 +2573,7 @@ speechSynthesis.getVoices();
tag tag
} }
}); });
}); }
} else { } else {
this.bulk({ this.bulk({
fn, fn,