MCPcopy
hub / github.com/Toinane/colorpicker / Y

Function Y

src/views/js/sortable.js:306–314  ·  view source on GitHub ↗
(t, e)

Source from the content-addressed store, hash-verified

304 return null;
305 }
306 function Y(t, e) {
307 for (
308 var n = t.lastElementChild;
309 n && (n === Bt.ghost || "none" === P(n, "display") || (e && !p(n, e)));
310
311 )
312 n = n.previousElementSibling;
313 return n || null;
314 }
315 function B(t, e) {
316 var n = 0;
317 if (!t || !t.parentNode) return -1;

Callers 2

XtFunction · 0.85
sortable.jsFile · 0.85

Calls 2

PFunction · 0.85
pFunction · 0.70

Tested by

no test coverage detected