wallet-core/thirdparty/systemjs/test/tests/amd-module.js

6 lines
84 B
JavaScript

define(['./amd-dep.js'], function(d) {
return {
dep: d,
amd: true
};
});