MCPcopy Create free account
hub / github.com/apache/cloudstack / inherit

Function inherit

tools/ngui/static/js/lib/angular.js:250–252  ·  view source on GitHub ↗
(parent, extra)

Source from the content-addressed store, hash-verified

248
249
250function inherit(parent, extra) {
251 return extend(new (extend(function() {}, {prototype:parent}))(), extra);
252}
253
254
255/**

Callers 2

angular.jsFile · 0.85
parseRouteFunction · 0.85

Calls 1

extendFunction · 0.85

Tested by

no test coverage detected