summaryrefslogtreecommitdiff
path: root/thirdparty/systemjs/test/tests/eaa-amd.js
blob: 65843b0f47897eb90dfc0224ce591d13abf6a5aa (plain)
1
2
3
define([], function() {
  return 'AMD Module';
});