emmet, this made me think of you.
if ((getChildIndex(items[i]) < getChildIndex(items[next])) != (items[i].y < items[next].y)) { swapChildren(items[i], items[next]); }
if ((getChildIndex(items[i]) < getChildIndex(items[next])) != (items[i].y < items[next].y)) {
swapChildren(items[i], items[next]); }
@turnpedal started
London Fixed Gear and Single-Speed is a community of predominantly fixed gear and single-speed cyclists in and around London, UK.
This site is supported almost exclusively by donations. Please consider donating a small amount regularly.
emmet, this made me think of you.