MCPcopy Create free account
hub / github.com/SpringRoll/SpringRoll / stop

Method stop

src/localization/captions/renderers/RendererDOM.js:40–44  ·  view source on GitHub ↗

* * H * @memberof DOMRenderer

()

Source from the content-addressed store, hash-verified

38 * @memberof DOMRenderer
39 */
40 stop() {
41 this.renderTarget.style.visibility = 'hidden';
42 this.renderTarget.innerHTML = '';
43 this.templateVariables = {};
44 }
45}

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected