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

Method _removeCss

external/.scrollLibs.js:24716–24720  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

24714 return this.root.willowBrowser.getHeadStumpParticle()
24715 }
24716 _removeCss() {
24717 if (!this._cssStumpParticle) return this
24718 this._cssStumpParticle.removeCssStumpParticle()
24719 delete this._cssStumpParticle
24720 }
24721 _mountHtml(stumpParticleToMountOn, htmlCode, index) {
24722 this._htmlStumpParticle = stumpParticleToMountOn.insertChildParticle(htmlCode, index)
24723 this._htmlStumpParticle.setStumpParticleParticleComponent(this)

Callers 2

unmountMethod · 0.95

Calls 1

Tested by

no test coverage detected