(response)
| 5587 | }); |
| 5588 | |
| 5589 | function onProgress(response) { |
| 5590 | status = status && response; |
| 5591 | if (++count === runners.length) { |
| 5592 | callback(status); |
| 5593 | } |
| 5594 | } |
| 5595 | }; |
| 5596 | |
| 5597 | function AnimateRunner(host) { |
nothing calls this directly
no test coverage detected