up
This commit is contained in:
@@ -105,4 +105,7 @@ MyUtl.toastE = function(msg, staySec)
|
||||
CLToastRoot.toast(msg, CLToastRoot.Type.error, staySec)
|
||||
end
|
||||
|
||||
MyUtl.confirm = function(msg, callback, buttonName)
|
||||
getPanelAsy("PanelConfirm2", onLoadedPanelTT, {msg = msg, callback = callback, buttonName = buttonName})
|
||||
end
|
||||
return MyUtl
|
||||
|
||||
Reference in New Issue
Block a user