File size: 132 Bytes
bc20498 |
1 2 3 4 5 6 |
export default function(value) {
return arguments.length
? this.property("__data__", value)
: this.node().__data__;
}
|
bc20498 |
1 2 3 4 5 6 |
export default function(value) {
return arguments.length
? this.property("__data__", value)
: this.node().__data__;
}
|