(response)
| 2517 | }); |
| 2518 | |
| 2519 | function onProgress(response) { |
| 2520 | status = status && response; |
| 2521 | if (++count === runners.length) { |
| 2522 | callback(status); |
| 2523 | } |
| 2524 | } |
| 2525 | }; |
| 2526 | |
| 2527 | function AnimateRunner(host) { |
nothing calls this directly
no test coverage detected