export class Popup and Soud of Iframe Api
let become const in SoundManager
This commit is contained in:
@@ -62,7 +62,7 @@ interface ButtonDescriptor {
|
||||
callback: ButtonClickedCallback,
|
||||
}
|
||||
|
||||
class Popup {
|
||||
export class Popup {
|
||||
constructor(private id: number) {
|
||||
}
|
||||
|
||||
@@ -79,7 +79,7 @@ class Popup {
|
||||
}
|
||||
}
|
||||
|
||||
class Sound {
|
||||
export class Sound {
|
||||
constructor(private url: string) {
|
||||
// TODO: send a "loadSound" event
|
||||
window.parent.postMessage({
|
||||
|
||||
Reference in New Issue
Block a user