(response)
| 6374 | }); |
| 6375 | |
| 6376 | function onProgress(response) { |
| 6377 | status = status && response; |
| 6378 | if (++count === runners.length) { |
| 6379 | callback(status); |
| 6380 | } |
| 6381 | } |
| 6382 | }; |
| 6383 | |
| 6384 | function AnimateRunner(host) { |
nothing calls this directly
no test coverage detected