()
| 22795 | return `${!collapse ? indent : ""}<${tag}${attributesStr}${suid}>${oneLiner}${indentForChildParsers ? "\n" : ""}${children}</${tag}>${collapse ? "" : "\n"}` |
| 22796 | } |
| 22797 | removeCssStumpParticle() { |
| 22798 | return this.removeStumpParticle() |
| 22799 | } |
| 22800 | removeStumpParticle() { |
| 22801 | this.getShadow().removeShadow() |
| 22802 | return this.destroy() |
no test coverage detected