Skip to content

Commit 2b7156b

Browse files
authored
Update pacifist-asteroids.html
1 parent 1877927 commit 2b7156b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pacifist-asteroids.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,7 @@
370370
init();
371371
gameLoopId = window.setInterval(gameLoop, 50);
372372
// Safari only allows playing of audio if it is first played during a user-initiated event.
373-
for (let audio of document.querySelectorAll('audio') {
373+
for (let audio of document.querySelectorAll('audio')) {
374374
audio.play();
375375
audio.pause();
376376
audio.currentTime = 0;

0 commit comments

Comments
 (0)