SGH
/
COMPONENTS
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Blame view
bower_components/jquery/src/var/documentElement.js
89 Bytes
Edit
Raw
Normal View
History
a1a3bc73
Luigi Serra
graphs updates
1 2 3 4 5
define
(
[
"./document"
],
function
(
document
)
{
return
document
.
documentElement
;
}
);