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

Function nextTick

lib/test/angular/1.8.0/angular-animate.js:400–413  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

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