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

Function appendToolbar

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

Source from the content-addressed store, hash-verified

5057 }
5058
5059 function appendToolbar() {
5060 var toolbar = id("qunit-testrunner-toolbar");
5061
5062 if (toolbar) {
5063 toolbar.appendChild(toolbarUrlConfigContainer());
5064 toolbar.appendChild(toolbarModuleFilter());
5065 toolbar.appendChild(toolbarLooseFilter());
5066 toolbar.appendChild(document.createElement("div")).className = "clearfix";
5067 }
5068 }
5069
5070 function appendHeader() {
5071 var header = id("qunit-header");

Callers 1

appendInterfaceFunction · 0.85

Calls 4

idFunction · 0.85
toolbarModuleFilterFunction · 0.85
toolbarLooseFilterFunction · 0.85

Tested by

no test coverage detected