MCPcopy Create free account
hub / github.com/jipegit/OSXAuditor / d3_selection_dataNode

Function d3_selection_dataNode

d3-3.2.8/d3.js:814–818  ·  view source on GitHub ↗
(data)

Source from the content-addressed store, hash-verified

812 return update;
813 };
814 function d3_selection_dataNode(data) {
815 return {
816 __data__: data
817 };
818 }
819 d3_selectionPrototype.datum = function(value) {
820 return arguments.length ? this.property("__data__", value) : this.property("__data__");
821 };

Callers 1

bindFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected