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

Function nextTick

lib/test/angular/1.7.0/angular-animate.js:398–411  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

396 return scheduler;
397
398 function nextTick() {
399 if (!queue.length) return;
400
401 var items = queue.shift();
402 for (var i = 0; i < items.length; i++) {
403 items[i]();
404 }
405
406 if (!cancelFn) {
407 $$rAF(function() {
408 if (!cancelFn) nextTick();
409 });
410 }
411 }
412}];
413
414/**

Callers 5

processQueueFunction · 0.70
scheduleProcessQueueFunction · 0.70
notifyPromiseFunction · 0.70
schedulerFunction · 0.70
angular-animate.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected