index
:
users/unit193/nikola.git
master
pristine-tar
upstream
nikola packaging
Unit 193
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
npm_assets
/
node_modules
/
jquery
/
src
/
ajax
/
var
/
nonce.js
blob: c0e4472ac7e928d74202423a936477ac86c02231 (
plain
) (
blame
)
1
2
3
4
5
define
(
function
() {
"use strict"
;
return
{
guid
:
Date
.
now
() };
} );