aboutsummaryrefslogtreecommitdiff
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
  };
});