(data)
| 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 | }; |