MCPcopy Index your code
hub / github.com/angular-ui/ui-grid / supportObject

Function supportObject

lib/test/angular/1.4.3/angular.js:4280–4288  ·  view source on GitHub ↗
(delegate)

Source from the content-addressed store, hash-verified

4278 ////////////////////////////////////
4279
4280 function supportObject(delegate) {
4281 return function(key, value) {
4282 if (isObject(key)) {
4283 forEach(key, reverseParams(delegate));
4284 } else {
4285 return delegate(key, value);
4286 }
4287 };
4288 }
4289
4290 function provider(name, provider_) {
4291 assertNotHasOwnProperty(name, 'service');

Callers 1

createInjectorFunction · 0.70

Calls 3

isObjectFunction · 0.70
forEachFunction · 0.70
reverseParamsFunction · 0.70

Tested by

no test coverage detected