Fixe openPopup deprecated annotation
This commit is contained in:
parent
4f513fb1e0
commit
cd49fd5b83
1 changed files with 1 additions and 1 deletions
|
@ -123,7 +123,7 @@ const wa = {
|
||||||
},
|
},
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @deprecated Use WA.controls.restorePlayerControls instead
|
* @deprecated Use WA.ui.openPopup instead
|
||||||
*/
|
*/
|
||||||
openPopup(targetObject: string, message: string, buttons: ButtonDescriptor[]): Popup {
|
openPopup(targetObject: string, message: string, buttons: ButtonDescriptor[]): Popup {
|
||||||
console.warn("Method WA.openPopup is deprecated. Please use WA.ui.openPopup instead");
|
console.warn("Method WA.openPopup is deprecated. Please use WA.ui.openPopup instead");
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue