UNPKG

d3-selection

Version:

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

8 lines (6 loc) 171 B
function lower() { if (this.previousSibling) this.parentNode.insertBefore(this, this.parentNode.firstChild); } export default function() { return this.each(lower); }