MCPcopy
hub / github.com/BorisMoore/jquery-tmpl / synchronize

Function synchronize

tests/qunit.js:770–776  ·  view source on GitHub ↗
( callback )

Source from the content-addressed store, hash-verified

768}
769
770function synchronize( callback ) {
771 config.queue.push( callback );
772
773 if ( config.autorun && !config.blocking ) {
774 process();
775 }
776}
777
778function process() {
779 var start = (new Date()).getTime();

Callers 2

qunit.jsFile · 0.85
runFunction · 0.85

Calls 1

processFunction · 0.85

Tested by

no test coverage detected