(container, opt_root)
| 84 | * used as an intersection root. |
| 85 | */ |
| 86 | export function registerContainer(container, opt_root) { |
| 87 | getObserver(container).registerContainer(container, opt_root); |
| 88 | } |
| 89 | |
| 90 | /** |
| 91 | * @param {!Element} container |
no test coverage detected