MCPcopy
hub / github.com/moxiecode/plupload / callNext

Function callNext

js/moxie.js:372–379  ·  view source on GitHub ↗
(i)

Source from the content-addressed store, hash-verified

370 }
371
372 function callNext(i) {
373 if (typeOf(queue[i]) === 'function') {
374 queue[i](function(error) {
375 /*jshint expr:true */
376 ++i < length && !error ? callNext(i) : cb(error);
377 });
378 }
379 }
380 callNext(i);
381 }
382

Callers 1

inSeriesFunction · 0.85

Calls 2

typeOfFunction · 0.85
cbFunction · 0.85

Tested by

no test coverage detected