* Private function to re-use for object removal in a defer * @ignore
(child, keepalive)
| 12 | * @ignore |
| 13 | */ |
| 14 | function deferredRemove(child, keepalive) { |
| 15 | this.removeChildNow(child, keepalive); |
| 16 | } |
| 17 | |
| 18 | /** |
| 19 | * Module-level cache of the camera position used by `_sortDepth`. |
nothing calls this directly
no test coverage detected