UNPKG

ractive

Version:

Next-generation DOM manipulation

9 lines (7 loc) 211 B
import removeFromArray from 'utils/removeFromArray'; export default function Ractive$detach () { if ( this.el ) { removeFromArray( this.el.__ractive_instances__, this ); } return this.fragment.detach(); }