MCPcopy Create free account
hub / github.com/DHTMLX/scheduler / alertBox

Function alertBox

codebase/sources/dhtmlxscheduler.es.js:8833–8837  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

8831 return text;
8832 }
8833 var alertBox = function() {
8834 var text = box_params.apply(this, arguments);
8835 text.type = text.type || "confirm";
8836 return alertPopup(text);
8837 };
8838 var confirmBox = function() {
8839 var text = box_params.apply(this, arguments);
8840 text.type = text.type || "alert";

Callers

nothing calls this directly

Calls 1

alertPopupFunction · 0.70

Tested by

no test coverage detected