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