
static.js.vendor.modernizr.src.docElement.js Maven / Gradle / Ivy
The newest version!
define(function() {
/**
* 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;
return docElement;
});
© 2015 - 2025 Weber Informatics LLC | Privacy Policy