MCPcopy Create free account
hub / github.com/idank/explainshell / attrNull

Function attrNull

explainshell/web/static/js/d3.v3.js:643–645  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

641 function d3_selection_attr(name, value) {
642 name = d3.ns.qualify(name);
643 function attrNull() {
644 this.removeAttribute(name);
645 }
646 function attrNullNS() {
647 this.removeAttributeNS(name.space, name.local);
648 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected