MCPcopy Create free account
hub / github.com/OpenReservation/OpenReservation / next

Function next

OpenReservation/wwwroot/Scripts/angular.js:5564–5578  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

5562 next();
5563
5564 function next() {
5565 if (index === chain.length) {
5566 callback(true);
5567 return;
5568 }
5569
5570 chain[index](function (response) {
5571 if (response === false) {
5572 callback(false);
5573 return;
5574 }
5575 index++;
5576 next();
5577 });
5578 }
5579 };
5580
5581 AnimateRunner.all = function (runners, callback) {

Callers 6

jquery-ui.jsFile · 0.70
prefilterFunction · 0.70
doneFunction · 0.70
UseRequestLogMethod · 0.50
UsePerformanceLogMethod · 0.50

Calls 1

callbackFunction · 0.70

Tested by

no test coverage detected