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

Function includes

codebase/sources/dhtmlxscheduler.es.js:15776–15778  ·  view source on GitHub ↗
(arr, val)

Source from the content-addressed store, hash-verified

15774 return !empty(obj);
15775};
15776var includes = function(arr, val) {
15777 return notEmpty(arr) && arr.indexOf(val) !== -1;
15778};
15779var datetime = function(y, m, d, h, i, s) {
15780 if (h === void 0) {
15781 h = 0;

Callers 10

initializeOptions$1Function · 0.70
optionsToStringFunction · 0.70
rebuildYearFunction · 0.70
buildPoslistFunction · 0.70
isFilteredFunction · 0.70
makeTimesetFunction · 0.70
initializeOptionsFunction · 0.70
_addRuleFunction · 0.70
_addDateFunction · 0.70

Calls 1

notEmptyFunction · 0.70

Tested by

no test coverage detected