MCPcopy
hub / github.com/OscarGodson/EpicEditor / removeContainer

Function removeContainer

test/helpers.js:13–18  ·  view source on GitHub ↗
(id)

Source from the content-addressed store, hash-verified

11}
12
13function removeContainer(id) {
14 var el = document.getElementById(id);
15 if (el) {
16 el.parentNode.removeChild(el);
17 }
18}
19
20function getContainer(id) {
21 return document.getElementById(id);

Callers 15

test.importFile.jsFile · 0.85
test.on.jsFile · 0.85
test.reflow.jsFile · 0.85
test.is.jsFile · 0.85
test.rename.jsFile · 0.85
test.remove.jsFile · 0.85
test.emit.jsFile · 0.85
test.focus.jsFile · 0.85
test.unload.jsFile · 0.85
test.save.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected