UNPKG

dom-tools

Version:

A tiny collection of DOM helpers for IE8+.

9 lines (7 loc) 137 B
// IE8+ // // http://youmightnotneedjquery.com/#empty function empty(/* Element */ el) { el.innerHTML = ''; } module.exports = empty;