| Current Path : /home/emeraadmin/public_html/node_modules/d3-selection/src/selection/ |
| Current File : /home/emeraadmin/public_html/node_modules/d3-selection/src/selection/datum.js |
export default function(value) {
return arguments.length
? this.property("__data__", value)
: this.node().__data__;
}