MCPcopy
hub / github.com/angular-ui/ui-grid / inherit

Function inherit

lib/test/angular/1.6.7/angular.js:589–591  ·  view source on GitHub ↗
(parent, extra)

Source from the content-addressed store, hash-verified

587
588
589function inherit(parent, extra) {
590 return extend(Object.create(parent), extra);
591}
592
593/**
594 * @ngdoc function

Callers 3

markDirectiveScopeFunction · 0.70
addDirectiveFunction · 0.70
compileTemplateUrlFunction · 0.70

Calls 1

extendFunction · 0.70

Tested by

no test coverage detected