| Current Path : /home/emeraadmin/public_html/test/emeraltd_prod/node_modules/d3-selection/src/selection/ |
| Current File : /home/emeraadmin/public_html/test/emeraltd_prod/node_modules/d3-selection/src/selection/raise.js |
function raise() {
if (this.nextSibling) this.parentNode.appendChild(this);
}
export default function() {
return this.each(raise);
}