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

Function toArray

codebase/sources/dhtmlxscheduler.es.js:15738–15743  ·  view source on GitHub ↗
(item)

Source from the content-addressed store, hash-verified

15736 return array;
15737};
15738var toArray = function(item) {
15739 if (isArray(item)) {
15740 return item;
15741 }
15742 return [item];
15743};
15744function padStart(item, targetLength, padString) {
15745 if (padString === void 0) {
15746 padString = " ";

Callers 1

optionsToStringFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected