(response)
| 5562 | }); |
| 5563 | |
| 5564 | function onProgress(response) { |
| 5565 | status = status && response; |
| 5566 | if (++count === runners.length) { |
| 5567 | callback(status); |
| 5568 | } |
| 5569 | } |
| 5570 | }; |
| 5571 | |
| 5572 | function AnimateRunner(host) { |
nothing calls this directly
no test coverage detected