MCPcopy
hub / github.com/helloxz/onenav / _extends

Function _extends

static/bootstrap4/js/bootstrap.js:33–49  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers 8

bootstrap.jsFile · 0.85
getClientRectFunction · 0.85
computeAutoPlacementFunction · 0.85
computeStyleFunction · 0.85
flipFunction · 0.85
preventOverflowFunction · 0.85
shiftFunction · 0.85
PopperFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected