MCPcopy
hub / github.com/angular-ui/ui-router / cachedClassManipulation

Function cachedClassManipulation

test/angular/1.3/angular.js:4638–4643  ·  view source on GitHub ↗
(cache, classes, op)

Source from the content-addressed store, hash-verified

4636 }
4637
4638 function cachedClassManipulation(cache, classes, op) {
4639 for (var i=0, ii = classes.length; i < ii; ++i) {
4640 var className = classes[i];
4641 cache[className] = op;
4642 }
4643 }
4644
4645 function asyncPromise() {
4646 // only serve one instance of a promise in order to save CPU cycles

Callers 1

angular.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected