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

Function includes

codebase/sources/dhtmlxscheduler.js:15780–15782  ·  view source on GitHub ↗
(arr, val)

Source from the content-addressed store, hash-verified

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

Callers 10

dhtmlxscheduler.jsFile · 0.70
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