define(function() {
/**
* docElement is a convenience wrapper to grab the root element of the document
*
* @accessprivate
* @returns {HTMLElement|SVGElement} The root element of the document
*/var docElement = document.documentElement;
return docElement;
});