MCPcopy Create free account
hub / github.com/breck7/scroll / removeCssStumpParticle

Method removeCssStumpParticle

external/.scrollLibs.js:22797–22799  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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()

Callers 1

_removeCssMethod · 0.80

Calls 1

removeStumpParticleMethod · 0.95

Tested by

no test coverage detected