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

Function batchUpdatePayload

codebase/sources/dhtmlxscheduler.js:1065–1071  ·  view source on GitHub ↗
(callback)

Source from the content-addressed store, hash-verified

1063 }
1064 }
1065 function batchUpdatePayload(callback) {
1066 try {
1067 callback();
1068 } catch (e) {
1069 window.console.error(e);
1070 }
1071 }
1072 scheduler2.$stateProvider.registerProvider("batchUpdate", function() {
1073 return { batch_update: isActive };
1074 }, false);

Callers 1

createMethodFunction · 0.70

Calls 1

callbackFunction · 0.70

Tested by

no test coverage detected