UNPKG

ractive

Version:

Next-generation DOM manipulation

8 lines (6 loc) 200 B
export default function ( nodeOrComponent ) { var index = this.indexOf( this._isComponentQuery ? nodeOrComponent.instance : nodeOrComponent ); if ( index !== -1 ) { this.splice( index, 1 ); } }