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

Function d3_selectAll

d3-3.2.8/d3.js:475–477  ·  view source on GitHub ↗
(s, n)

Source from the content-addressed store, hash-verified

473 var d3_select = function(s, n) {
474 return n.querySelector(s);
475 }, d3_selectAll = function(s, n) {
476 return n.querySelectorAll(s);
477 }, d3_selectMatcher = d3_documentElement[d3_vendorSymbol(d3_documentElement, "matchesSelector")], d3_selectMatches = function(n, s) {
478 return d3_selectMatcher.call(n, s);
479 };
480 if (typeof Sizzle === "function") {

Callers 2

d3_selection_selectorAllFunction · 0.85
d3.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected