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

Function __assign

codebase/sources/dhtmlxscheduler.js:15954–15965  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

15952 d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
15953 }
15954 var __assign = function() {
15955 __assign = Object.assign || function __assign2(t2) {
15956 for (var s, i = 1, n = arguments.length; i < n; i++) {
15957 s = arguments[i];
15958 for (var p in s)
15959 if (Object.prototype.hasOwnProperty.call(s, p))
15960 t2[p] = s[p];
15961 }
15962 return t2;
15963 };
15964 return __assign.apply(this, arguments);
15965 };
15966 function __spreadArray(to, from, pack) {
15967 if (pack || arguments.length === 2)
15968 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