(response)
| 5522 | }); |
| 5523 | |
| 5524 | function onProgress(response) { |
| 5525 | status = status && response; |
| 5526 | if (++count === runners.length) { |
| 5527 | callback(status); |
| 5528 | } |
| 5529 | } |
| 5530 | }; |
| 5531 | |
| 5532 | function AnimateRunner(host) { |
nothing calls this directly
no test coverage detected