UNPKG

d3-selection

Version:

Data-driven DOM manipulation: select elements and join them to data.

8 lines (6 loc) 138 B
function raise() { if (this.nextSibling) this.parentNode.appendChild(this); } export default function() { return this.each(raise); }