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
/
amd-module.js
blob: 3cb3d58cfe79a59471003e007ecb2574e5006db7 (
plain
)
1
2
3
4
5
6
define
([
'./amd-dep.js'
],
function
(
d
)
{
return
{
dep
:
d
,
amd
:
true
};
});