commit 5e30210d41733571eaa2653f50ecfc869faace89
parent a6b575088975f5a7f8d4d322d5270d65c3171258
Author: Leah (ctucx) <leah@ctu.cx>
Date: Sun, 7 Mar 2021 16:57:36 +0100
parent a6b575088975f5a7f8d4d322d5270d65c3171258
Author: Leah (ctucx) <leah@ctu.cx>
Date: Sun, 7 Mar 2021 16:57:36 +0100
webmusic.js: use strict mode
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/webmusic.js b/webmusic.js @@ -1,3 +1,5 @@ +'use strict'; + let audioPlayer = new Audio(); let selectedItem = 0; let playingItem = 0;