UNPKG

@nepwork/dashboards

Version:

Dashboards for emergencies and monitoring

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); }