export class Popup and Soud of Iframe Api
let become const in SoundManager
This commit is contained in:
@@ -12,7 +12,7 @@ class SoundManager {
|
||||
}
|
||||
soundPromise = new Promise<BaseSound>((res) => {
|
||||
|
||||
let sound = soundManager.get(soundUrl);
|
||||
const sound = soundManager.get(soundUrl);
|
||||
if (sound !== null) {
|
||||
return res(sound);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user