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

Function abortTestsButton

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

Source from the content-addressed store, hash-verified

4855 }
4856
4857 function abortTestsButton() {
4858 var button = document.createElement("button");
4859 button.id = "qunit-abort-tests-button";
4860 button.innerHTML = "Abort";
4861 addEvent(button, "click", abortTests);
4862 return button;
4863 }
4864
4865 function toolbarLooseFilter() {
4866 var filter = document.createElement("form"),

Callers 1

appendTestResultsFunction · 0.85

Calls 1

addEventFunction · 0.85

Tested by

no test coverage detected