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

Function extend

lib/test/angular/1.8.0/angular.js:518–520  ·  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 original objects, you can do

(dst)

Source from the content-addressed store, hash-verified

516 * @returns {Object} Reference to `dst`.
517 */
518function extend(dst) {
519 return baseExtend(dst, slice.call(arguments, 1), false);
520}
521
522
523/**

Callers 15

inheritFunction · 0.70
bootstrapFunction · 0.70
bindJQueryFunction · 0.70
publishExternalAPIFunction · 0.70
angular.jsFile · 0.70
$$jqLiteProviderFunction · 0.70
cacheFactoryFunction · 0.70
nodeLinkFnFunction · 0.70
cloneAndAnnotateFnFunction · 0.70
$ControllerProviderFunction · 0.70
$httpFunction · 0.70
mergeHeadersFunction · 0.70

Calls 1

baseExtendFunction · 0.70

Tested by

no test coverage detected