File size: 174 Bytes
e7b2eb4
 
 
 
 
 
 
1
2
3
4
5
6
7
8
import "selection";

d3_selectionPrototype.datum = function(value) {
  return arguments.length
      ? this.property("__data__", value)
      : this.property("__data__");
};