(selector)
| 583 | return d3_selection(subgroups); |
| 584 | }; |
| 585 | function d3_selection_selector(selector) { |
| 586 | return function() { |
| 587 | return d3_select(selector, this); |
| 588 | }; |
| 589 | } |
| 590 | d3_selectionPrototype.selectAll = function(selector) { |
| 591 | var subgroups = [], subgroup, node; |
| 592 | if (typeof selector !== "function") selector = d3_selection_selectorAll(selector); |