(response)
| 6309 | }); |
| 6310 | |
| 6311 | function onProgress(response) { |
| 6312 | status = status && response; |
| 6313 | if (++count === runners.length) { |
| 6314 | callback(status); |
| 6315 | } |
| 6316 | } |
| 6317 | }; |
| 6318 | |
| 6319 | function AnimateRunner(host) { |
nothing calls this directly
no test coverage detected