()
| 326 | } |
| 327 | } |
| 328 | function hideProgress() { |
| 329 | $progressWrap.style.display = "none"; |
| 330 | $progressBar.style.width = "0%"; |
| 331 | } |
| 332 | |
| 333 | // ---------- Assertion helpers ---------- |
| 334 | function assertEq(a, b, msg) { |
no outgoing calls
no test coverage detected