diff --git a/front/src/iframe_api.ts b/front/src/iframe_api.ts index 1915020e..189457ab 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[]): Popup { console.warn("Method WA.openPopup is deprecated. Please use WA.ui.openPopup instead");