index
:
ytlibre.git
master
Extractor de vídeos de YouTube escrito en PHP, ECMAScript, CSS y HTML
heckyel
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
jquery
/
src
/
var
/
document.js
blob: dd3939df4f1e879efc3bb9a36a6cea2c75ff4f4c (
plain
)
1
2
3
4
5
define
(
function
()
{
"use strict"
;
return
window
.
document
;
}
);