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

Function __assign

codebase/sources/dhtmlxscheduler.es.js:15950–15961  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

15948 d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
15949}
15950var __assign = function() {
15951 __assign = Object.assign || function __assign2(t2) {
15952 for (var s, i = 1, n = arguments.length; i < n; i++) {
15953 s = arguments[i];
15954 for (var p in s)
15955 if (Object.prototype.hasOwnProperty.call(s, p))
15956 t2[p] = s[p];
15957 }
15958 return t2;
15959 };
15960 return __assign.apply(this, arguments);
15961};
15962function __spreadArray(to, from, pack) {
15963 if (pack || arguments.length === 2)
15964 for (var i = 0, l = from.length, ar; i < l; i++) {

Callers 6

initializeOptions$1Function · 0.70
parseOptionsFunction · 0.70
parseStringFunction · 0.70
rebuildYearFunction · 0.70
groomRruleOptionsFunction · 0.70
initializeOptionsFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected