index
:
taler/wallet-core.git
age-withdraw
wallet-core fork
oec
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
thirdparty
/
systemjs
/
test
/
tests
/
cjs-circular2.js
blob: b6c8d87e4a3f9264d8aab12f5744dc5949a389b9 (
plain
)
1
2
3
4
var
first
=
require
(
'./cjs-circular1.js'
).
first
;
exports
.
p
=
function
()
{
return
first
;
}