(response)
| 6176 | }); |
| 6177 | |
| 6178 | function onProgress(response) { |
| 6179 | status = status && response; |
| 6180 | if (++count === runners.length) { |
| 6181 | callback(status); |
| 6182 | } |
| 6183 | } |
| 6184 | }; |
| 6185 | |
| 6186 | function AnimateRunner(host) { |
nothing calls this directly
no test coverage detected