MCPcopy Create free account
hub / github.com/DHTMLX/scheduler / isArray$1

Function isArray$1

codebase/sources/dhtmlxscheduler.js:1439–1445  ·  view source on GitHub ↗
(obj)

Source from the content-addressed store, hash-verified

1437 return uidSeed++;
1438 }
1439 function isArray$1(obj) {
1440 if (Array.isArray) {
1441 return Array.isArray(obj);
1442 } else {
1443 return obj && obj.length !== void 0 && obj.pop && obj.push;
1444 }
1445 }
1446 function isStringObject(obj) {
1447 return obj && typeof obj === "object" && Function.prototype.toString.call(obj.constructor) === "function String() { [native code] }";
1448 }

Callers 1

dhtmlxscheduler.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected