MCPcopy Index your code
hub / github.com/ronreiter/interactive-tutorials / _extends

Function _extends

static/js/bootstrap.js:31–47  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

29}
30
31function _extends() {
32 _extends = Object.assign || function (target) {
33 for (var i = 1; i < arguments.length; i++) {
34 var source = arguments[i];
35
36 for (var key in source) {
37 if (Object.prototype.hasOwnProperty.call(source, key)) {
38 target[key] = source[key];
39 }
40 }
41 }
42
43 return target;
44 };
45
46 return _extends.apply(this, arguments);
47}
48
49function _inheritsLoose(subClass, superClass) {
50 subClass.prototype = Object.create(superClass.prototype);

Callers 1

bootstrap.jsFile · 0.85

Calls 1

applyMethod · 0.45

Tested by

no test coverage detected