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