MCPcopy Create free account
hub / github.com/WebReflection/hypersimple / drop

Function drop

index.js:425–427  ·  view source on GitHub ↗
(node)

Source from the content-addressed store, hash-verified

423 };
424
425 var drop = function drop(node) {
426 return (node.remove || dropChild).call(node);
427 };
428
429 function dropChild() {
430 var parentNode = this.parentNode;

Callers 1

removeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected