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

Function toArray

codebase/sources/dhtmlxscheduler.js:15742–15747  ·  view source on GitHub ↗
(item)

Source from the content-addressed store, hash-verified

15740 return array;
15741 };
15742 var toArray = function(item) {
15743 if (isArray(item)) {
15744 return item;
15745 }
15746 return [item];
15747 };
15748 function padStart(item, targetLength, padString) {
15749 if (padString === void 0) {
15750 padString = " ";

Callers 1

optionsToStringFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected