UNPKG

ractive

Version:

Next-generation DOM manipulation

8 lines (6 loc) 166 B
export default function Element$getAttribute ( name ) { if ( !this.attributes || !this.attributes[ name ] ) { return; } return this.attributes[ name ].value; }