(name)
| 4643 | } |
| 4644 | |
| 4645 | function id(name) { |
| 4646 | return document.getElementById && document.getElementById(name); |
| 4647 | } |
| 4648 | |
| 4649 | function abortTests() { |
| 4650 | var abortButton = id("qunit-abort-tests-button"); |
no outgoing calls
no test coverage detected