MCPcopy Create free account
hub / github.com/TruthHun/BookStack / next

Function next

static/nprogress/nprogress.js:344–349  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

342 var pending = [];
343
344 function next() {
345 var fn = pending.shift();
346 if (fn) {
347 fn(next);
348 }
349 }
350
351 return function(fn) {
352 pending.push(fn);

Callers 1

nprogress.jsFile · 0.70

Calls 1

fnFunction · 0.50

Tested by

no test coverage detected