MCPcopy Create free account
hub / github.com/angular-ui/ui-grid / adjustMatchers

Function adjustMatchers

lib/test/angular/1.5.0/angular.js:17369–17377  ·  view source on GitHub ↗
(matchers)

Source from the content-addressed store, hash-verified

17367
17368
17369function adjustMatchers(matchers) {
17370 var adjustedMatchers = [];
17371 if (isDefined(matchers)) {
17372 forEach(matchers, function(matcher) {
17373 adjustedMatchers.push(adjustMatcher(matcher));
17374 });
17375 }
17376 return adjustedMatchers;
17377}
17378
17379
17380/**

Callers 1

$SceDelegateProviderFunction · 0.70

Calls 3

isDefinedFunction · 0.70
forEachFunction · 0.70
adjustMatcherFunction · 0.70

Tested by

no test coverage detected