(str)
| 1460 | } |
| 1461 | |
| 1462 | createTextNode(str) { |
| 1463 | const el = new LayoutNode(new Node('#text', this.document), this.renderer); |
| 1464 | el.content = str; |
| 1465 | return el; |
| 1466 | } |
| 1467 | |
| 1468 | remove() { |
| 1469 | super.remove(); |
nothing calls this directly
no outgoing calls
no test coverage detected