MCPcopy
hub / github.com/Mango/slideout / inherits

Function inherits

index.js:45–47  ·  view source on GitHub ↗
(child, uber)

Source from the content-addressed store, hash-verified

43 return destination;
44}
45function inherits(child, uber) {
46 child.prototype = extend(child.prototype || {}, uber.prototype);
47}
48function hasIgnoredElements(el) {
49 while (el.parentNode) {
50 if (el.getAttribute('data-slideout-ignore') !== null) {

Callers 1

index.jsFile · 0.85

Calls 1

extendFunction · 0.85

Tested by

no test coverage detected