Fixing signature of openCoWebSite
This commit is contained in:
parent
c5949a0337
commit
50fcc1caaa
@ -22,7 +22,7 @@ interface WorkAdventureApi {
|
||||
openPopup(targetObject: string, message: string, buttons: ButtonDescriptor[]): Popup;
|
||||
openTab(url : string): void;
|
||||
goToPage(url : string): void;
|
||||
openCoWebSite(url : string, allowApi: boolean, allowPolicy: string): void;
|
||||
openCoWebSite(url : string, allowApi?: boolean, allowPolicy?: string): void;
|
||||
closeCoWebSite(): void;
|
||||
disablePlayerControls(): void;
|
||||
restorePlayerControls(): void;
|
||||
|
Loading…
Reference in New Issue
Block a user