UNPKG

dom-tools

Version:

A tiny collection of DOM helpers for IE8+.

9 lines (7 loc) 143 B
// IE8+ // // http://youmightnotneedjquery.com/#parent function parent(/* Element */ el) { return el.parentNode; } module.exports = parent;