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

Function ignore

codebase/sources/dhtmlxscheduler.js:1331–1337  ·  view source on GitHub ↗
(code)

Source from the content-addressed store, hash-verified

1329 }
1330 }
1331 function ignore(code) {
1332 if (scheduler2._dp) {
1333 scheduler2._dp.ignore(code);
1334 } else {
1335 code();
1336 }
1337 }
1338 function handleAddEvent(eventData) {
1339 if (scheduler2.getEvent(eventData.id)) {
1340 console.warn(`Event with ID ${eventData.id} already exists. Skipping add.`);

Callers 8

handleAddEventFunction · 0.70
handleUpdateEventFunction · 0.70
handleDeleteEventFunction · 0.70
extend$jFunction · 0.70
attachTouchEventFunction · 0.70
doMouseMoveFunction · 0.70
extend$5Function · 0.70
drag_cancelFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected