MCPcopy Create free account
hub / github.com/TruthHun/BookStack / remove

Function remove

static/editor.md/lib/codemirror/addon/tern/tern.js:631–634  ·  view source on GitHub ↗
(node)

Source from the content-addressed store, hash-verified

629 }
630
631 function remove(node) {
632 var p = node && node.parentNode;
633 if (p) p.removeChild(node);
634 }
635
636 function fadeOut(tooltip) {
637 tooltip.style.opacity = "0";

Callers 4

hintFunction · 0.70
tempTooltipFunction · 0.70
fadeOutFunction · 0.70
closeArgHintsFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected