UNPKG

ractive

Version:

Next-generation DOM manipulation

12 lines (9 loc) 234 B
import matches from 'utils/matches'; export default function ( selector ) { if ( matches( this.node, selector ) ) { return this.node; } if ( this.fragment && this.fragment.find ) { return this.fragment.find( selector ); } }