UNPKG
jpex-web
Version:
alpha (2.0.0-alpha.1)
latest (2.0.0)
2.0.0
2.0.0-alpha.1
2.0.0-alpha.0
0.1.6
0.1.5
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
Jpex defaults for web
jpex-js.github.io/plugins/jpex-web
jackmellis/jpex-web
jpex-web
/
src
/
$document.js
4 lines
(3 loc)
•
70 B
JavaScript
View Raw
1
2
3
4
module.exports =
function
(
$window
)
{
return
$window
.document; };