(response)
| 6196 | }); |
| 6197 | |
| 6198 | function onProgress(response) { |
| 6199 | status = status && response; |
| 6200 | if (++count === runners.length) { |
| 6201 | callback(status); |
| 6202 | } |
| 6203 | } |
| 6204 | }; |
| 6205 | |
| 6206 | function AnimateRunner(host) { |
nothing calls this directly
no test coverage detected