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

Function _delay

codebase/sources/dhtmlxscheduler.es.js:14133–14142  ·  view source on GitHub ↗
(method, object, params, delay2)

Source from the content-addressed store, hash-verified

14131 }
14132 };
14133 let _delay = function(method, object, params, delay2) {
14134 setTimeout(function() {
14135 if (scheduler2.$destroyed) {
14136 return true;
14137 }
14138 let ret = method.apply(object, params);
14139 method = object = params = null;
14140 return ret;
14141 }, delay2 || 1);
14142 };
14143 scheduler2._event_resolve_delay = 1500;
14144 scheduler2.attachEvent("onEventLoading", function(event2) {
14145 if (event2.lat && event2.lng) {

Callers 1

map_viewFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected