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

Function _delay

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

Source from the content-addressed store, hash-verified

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

Callers 1

map_viewFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected