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

Function N

codebase/dhtmlxscheduler.es.js:10065–10072  ·  view source on GitHub ↗
(v)

Source from the content-addressed store, hash-verified

10063 }(v, x, b);
10064 }
10065 function N(v) {
10066 for (let x = 0; x < e.config.lightbox.sections.length; x++) {
10067 let b = e.config.lightbox.sections[x];
10068 if (b.type === v)
10069 return e.formSection(b.name);
10070 }
10071 return null;
10072 }
10073 e.form_blocks.recurring = { _get_node: function(v) {
10074 if (typeof v == "string") {
10075 let x = e._lightbox.querySelector(`#${v}`);

Callers 1

Calls 1

formSectionMethod · 0.65

Tested by

no test coverage detected