UNPKG

ractive

Version:

Next-generation DOM manipulation

7 lines (5 loc) 165 B
export default function Component$unrender ( shouldDestroy ) { this.instance.fire( 'teardown' ); this.shouldDestroy = shouldDestroy; this.instance.unrender(); }