UNPKG

browsernizr

Version:

Modernizr wrapper for use with browserify

11 lines (8 loc) 270 B
/** * docElement is a convenience wrapper to grab the root element of the document * * @access private * @returns {HTMLElement|SVGElement} The root element of the document */ var docElement = document.documentElement; module.exports = docElement;