(em)
| 107 | // the completion *logic* directly here; particle lifetime decay is |
| 108 | // covered by the existing burst/stream tests above. |
| 109 | function drainParticles(em) { |
| 110 | em.getChildren().length = 0; |
| 111 | } |
| 112 | |
| 113 | // Container.removeChild() defers via setTimeout(0); flush it. |
| 114 | function flushDefer() { |
no test coverage detected