Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
hint
Function · 0.70
tempTooltip
Function · 0.70
fadeOut
Function · 0.70
closeArgHints
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected