(response)
| 5798 | }); |
| 5799 | |
| 5800 | function onProgress(response) { |
| 5801 | status = status && response; |
| 5802 | if (++count === runners.length) { |
| 5803 | callback(status); |
| 5804 | } |
| 5805 | } |
| 5806 | }; |
| 5807 | |
| 5808 | function AnimateRunner(host) { |
nothing calls this directly
no test coverage detected