* See `BaseElement.removeAsContainer`. * @restricted * @final
()
| 843 | * @final |
| 844 | */ |
| 845 | removeAsContainerInternal() { |
| 846 | const builder = getSchedulerForDoc(this.getAmpDoc()); |
| 847 | builder.removeContainer(this); |
| 848 | } |
| 849 | |
| 850 | /** |
| 851 | * Update the internal ready state. |
no test coverage detected