MCPcopy
hub / github.com/john-smilga/node-express-course / ea

Function ea

10-e-commerce-api/final/public/browser-app.js:2417–2431  ·  view source on GitHub ↗
(a, b)

Source from the content-addressed store, hash-verified

2415 (da.tbody = da.tfoot = da.colgroup = da.caption = da.thead),
2416 (da.th = da.td);
2417 function ea(a, b) {
2418 var c,
2419 d,
2420 e = 0,
2421 f =
2422 'undefined' != typeof a.getElementsByTagName
2423 ? a.getElementsByTagName(b || '*')
2424 : 'undefined' != typeof a.querySelectorAll
2425 ? a.querySelectorAll(b || '*')
2426 : void 0;
2427 if (!f)
2428 for (f = [], c = a.childNodes || a; null != (d = c[e]); e++)
2429 !b || n.nodeName(d, b) ? f.push(d) : n.merge(f, ea(d, b));
2430 return void 0 === b || (b && n.nodeName(a, b)) ? n.merge([a], f) : f;
2431 }
2432 function fa(a, b) {
2433 for (var c, d = 0; null != (c = a[d]); d++)
2434 n._data(c, 'globalEval', !b || n._data(b[d], 'globalEval'));

Callers 4

jaFunction · 0.70
HaFunction · 0.70
IaFunction · 0.70
browser-app.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected