(...children)
| 36 | } |
| 37 | |
| 38 | append(...children) { |
| 39 | for (let child of children) { |
| 40 | let nodes = this.normalize(child, this.last) |
| 41 | for (let node of nodes) this.proxyOf.nodes.push(node) |
| 42 | } |
| 43 | |
| 44 | this.markDirty() |
| 45 | |
| 46 | return this |
| 47 | } |
| 48 | |
| 49 | cleanRaws(keepBetween) { |
| 50 | super.cleanRaws(keepBetween) |