MCPcopy Create free account
hub / github.com/OpenReservation/OpenReservation / inherit

Function inherit

OpenReservation/wwwroot/Scripts/angular.js:480–482  ·  view source on GitHub ↗
(parent, extra)

Source from the content-addressed store, hash-verified

478 }
479
480 function inherit(parent, extra) {
481 return extend(Object.create(parent), extra);
482 }
483
484 /**
485 * @ngdoc function

Callers 3

markDirectiveScopeFunction · 0.85
addDirectiveFunction · 0.85
compileTemplateUrlFunction · 0.85

Calls 1

extendFunction · 0.85

Tested by

no test coverage detected