MCPcopy Create free account
hub / github.com/unconed/TermKit / synchronize

Function synchronize

HTML/external/jquery-ui/development-bundle/external/qunit.js:669–675  ·  view source on GitHub ↗
( callback )

Source from the content-addressed store, hash-verified

667}
668
669function synchronize( callback ) {
670 config.queue.push( callback );
671
672 if ( config.autorun && !config.blocking ) {
673 process();
674 }
675}
676
677function process() {
678 var start = (new Date()).getTime();

Callers 2

qunit.jsFile · 0.70
doneFunction · 0.70

Calls 1

processFunction · 0.70

Tested by

no test coverage detected