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

Function extend

lib/test/angular/1.6.7/angular.js:536–538  ·  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

534 * @returns {Object} Reference to `dst`.
535 */
536function extend(dst) {
537 return baseExtend(dst, slice.call(arguments, 1), false);
538}
539
540
541/**

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