Skip to content

Commit cfdb019

Browse files
committed
feat: 将 audioController 绑定到 window 对象以便全局访问
1 parent 62f1dd6 commit cfdb019

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

exam/Scripts/audioController.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,3 +155,4 @@ var audioController = (function() {
155155
})();
156156

157157
audioController.init();
158+
window.audioController = audioController;

0 commit comments

Comments
 (0)