export class Popup and Soud of Iframe Api
let become const in SoundManager
This commit is contained in:
parent
b79d76fc2e
commit
e655edd9bd
2 changed files with 3 additions and 3 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue