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
/
ajax
/
var
/
nonce.js
blob: 6e23708a8058369a66e955d87928121a9207d182 (
plain
)
1
2
3
4
5
6
7
define
(
[
"../../core"
],
function
(
jQuery
)
{
"use strict"
;
return
jQuery
.
now
();
}
);