(response)
| 6236 | }); |
| 6237 | |
| 6238 | function onProgress(response) { |
| 6239 | status = status && response; |
| 6240 | if (++count === runners.length) { |
| 6241 | callback(status); |
| 6242 | } |
| 6243 | } |
| 6244 | }; |
| 6245 | |
| 6246 | function AnimateRunner(host) { |
nothing calls this directly
no test coverage detected