MCPcopy
hub / github.com/Voog/wysihtml / insertAfter

Function insertAfter

src/dom/table.js:44–46  ·  view source on GitHub ↗
(referenceNode, newNode)

Source from the content-addressed store, hash-verified

42 }
43
44 function insertAfter(referenceNode, newNode) {
45 referenceNode.parentNode.insertBefore(newNode, referenceNode.nextSibling);
46 }
47
48 function nextNode(node, tag) {
49 var element = node.nextSibling;

Callers 1

table.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected