MCPcopy Create free account
hub / github.com/OpenEndedGroup/Field2 / remove

Function remove

lib/web/CodeMirror/addon/tern/tern.js:649–652  ·  view source on GitHub ↗
(node)

Source from the content-addressed store, hash-verified

647 }
648
649 function remove(node) {
650 var p = node && node.parentNode;
651 if (p) p.removeChild(node);
652 }
653
654 function fadeOut(tooltip) {
655 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