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

Function __extends

codebase/sources/dhtmlxscheduler.es.js:15941–15949  ·  view source on GitHub ↗
(d, b)

Source from the content-addressed store, hash-verified

15939 return extendStatics(d, b);
15940};
15941function __extends(d, b) {
15942 if (typeof b !== "function" && b !== null)
15943 throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
15944 extendStatics(d, b);
15945 function __() {
15946 this.constructor = d;
15947 }
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++) {

Callers 1

Calls 1

extendStaticsFunction · 0.70

Tested by

no test coverage detected