MCPcopy Create free account
hub / github.com/caike/jQuery-Simple-Timer / scheduleBegin

Function scheduleBegin

tests/qunit-2.9.2.js:4354–4366  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4352 registerLoggingCallbacks(QUnit);
4353
4354 function scheduleBegin() {
4355
4356 runStarted = true;
4357
4358 // Add a slight delay to allow definition of more modules and tests.
4359 if (defined.setTimeout) {
4360 setTimeout$1(function () {
4361 begin();
4362 });
4363 } else {
4364 begin();
4365 }
4366 }
4367
4368 function unblockAndAdvanceQueue() {
4369 config.blocking = false;

Callers 1

qunit-2.9.2.jsFile · 0.85

Calls 1

beginFunction · 0.85

Tested by

no test coverage detected