MCPcopy Create free account
hub / github.com/cafebazaar/blacksmith / inherit

Function inherit

web/static/bower_components/angular/angular.js:494–496  ·  view source on GitHub ↗
(parent, extra)

Source from the content-addressed store, hash-verified

492
493
494function inherit(parent, extra) {
495 return extend(Object.create(parent), extra);
496}
497
498/**
499 * @ngdoc function

Callers 3

markDirectivesAsIsolateFunction · 0.70
addDirectiveFunction · 0.70
compileTemplateUrlFunction · 0.70

Calls 1

extendFunction · 0.85

Tested by

no test coverage detected