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

Function __extends

codebase/sources/dhtmlxscheduler.js:15945–15953  ·  view source on GitHub ↗
(d, b)

Source from the content-addressed store, hash-verified

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

Callers 1

dhtmlxscheduler.jsFile · 0.70

Calls 1

extendStaticsFunction · 0.70

Tested by

no test coverage detected