MCPcopy
hub / github.com/jipegit/OSXAuditor / d3_selection_selectorAll

Function d3_selection_selectorAll

d3-3.2.8/d3.js:528–532  ·  view source on GitHub ↗
(selector)

Source from the content-addressed store, hash-verified

526 return d3_selection(subgroups);
527 };
528 function d3_selection_selectorAll(selector) {
529 return typeof selector === "function" ? selector : function() {
530 return d3_selectAll(selector, this);
531 };
532 }
533 var d3_nsPrefix = {
534 svg: "http://www.w3.org/2000/svg",
535 xhtml: "http://www.w3.org/1999/xhtml",

Callers 1

d3.jsFile · 0.85

Calls 1

d3_selectAllFunction · 0.85

Tested by

no test coverage detected