prettier
This commit is contained in:
@@ -153,7 +153,13 @@ const wa = {
|
||||
/**
|
||||
* @deprecated Use WA.ui.openPopup instead
|
||||
*/
|
||||
openPopup(targetObject: string, message: string, buttons: ButtonDescriptor[], popupClass : string, input : boolean): Popup {
|
||||
openPopup(
|
||||
targetObject: string,
|
||||
message: string,
|
||||
buttons: ButtonDescriptor[],
|
||||
popupClass: string,
|
||||
input: boolean
|
||||
): Popup {
|
||||
console.warn("Method WA.openPopup is deprecated. Please use WA.ui.openPopup instead");
|
||||
return ui.openPopup(targetObject, message, buttons, popupClass, input);
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user