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

Function extend

OpenReservation/wwwroot/Scripts/angular.js:450–452  ·  view source on GitHub ↗

* @ngdoc function * @name angular.extend * @module ng * @kind function * * @description * Extends the destination object `dst` by copying own enumerable properties from the `src` object(s) * to `dst`. You can specify multiple `src` objects. If you want to preserve

(dst)

Source from the content-addressed store, hash-verified

448 * @returns {Object} Reference to `dst`.
449 */
450 function extend(dst) {
451 return baseExtend(dst, slice.call(arguments, 1), false);
452 }
453
454 /**
455 * @ngdoc function

Callers 15

inheritFunction · 0.85
bootstrapFunction · 0.85
bindJQueryFunction · 0.85
publishExternalAPIFunction · 0.85
jqLiteDataFunction · 0.85
angular.jsFile · 0.85
$$jqLiteProviderFunction · 0.85
cacheFactoryFunction · 0.85
nodeLinkFnFunction · 0.85
cloneAndAnnotateFnFunction · 0.85
$ControllerProviderFunction · 0.85
$httpFunction · 0.85

Calls 1

baseExtendFunction · 0.85

Tested by

no test coverage detected