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

Function createContainer

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

Source from the content-addressed store, hash-verified

3}
4
5function createContainer(id) {
6 var el = document.createElement('div');
7 el.id = id;
8 el.className += 'hidden';
9 document.body.appendChild(el);
10 return el;
11}
12
13function removeContainer(id) {
14 var el = 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