(selection)
| 1043 | return null; |
| 1044 | }; |
| 1045 | function d3_selection_enter(selection) { |
| 1046 | d3_arraySubclass(selection, d3_selection_enterPrototype); |
| 1047 | return selection; |
| 1048 | } |
| 1049 | var d3_selection_enterPrototype = []; |
| 1050 | d3.selection.enter = d3_selection_enter; |
| 1051 | d3.selection.enter.prototype = d3_selection_enterPrototype; |