UNPKG

ractive

Version:

Next-generation DOM manipulation

8 lines (6 loc) 229 B
export default function Fragment$unrender ( shouldDestroy ) { if ( !this.rendered ) { throw new Error( 'Attempted to unrender a fragment that was not rendered' ); } this.items.forEach( i => i.unrender( shouldDestroy ) ); }