From cd49fd5b83b30c4557ce2f614d054ab1e8c974a8 Mon Sep 17 00:00:00 2001 From: Valdo Romao Date: Wed, 21 Jul 2021 16:10:30 +0200 Subject: [PATCH] Fixe openPopup deprecated annotation --- front/src/iframe_api.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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");