diff --git a/front/src/iframe_api.ts b/front/src/iframe_api.ts index 1874bf53..04f60ff9 100644 --- a/front/src/iframe_api.ts +++ b/front/src/iframe_api.ts @@ -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[], input : boolean): Popup { console.warn('Method WA.openPopup is deprecated. Please use WA.ui.openPopup instead');