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
/
getProto.js
blob: 965fab8fb4b98b67bc3502589fe016932a2f331e (
plain
)
1
2
3
4
5
define
(
function
()
{
"use strict"
;
return
Object
.
getPrototypeOf
;
}
);