UNPKG

ractive

Version:

Next-generation DOM manipulation

8 lines (6 loc) 222 B
export default function Section$findNextNode ( fragment ) { if ( this.fragments[ fragment.index + 1 ] ) { return this.fragments[ fragment.index + 1 ].firstNode(); } return this.parentFragment.findNextNode( this ); }