UNPKG
browsernizr
Version:
latest (2.3.0)
2.3.0
2.2.0
2.1.0
2.0.1
2.0.0
1.1.0
1.0.2
1.0.1
1.0.0
Modernizr wrapper for use with browserify
github.com/jnordberg/browsernizr
jnordberg/browsernizr
browsernizr
/
lib
/
docElement.js
11 lines
(8 loc)
•
270 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
/** * 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;