summaryrefslogtreecommitdiff
path: root/thirdparty/systemjs/test/tests/amd-bundle.js
blob: 8856e2db9093b3ba97e2da77f1902633dcc69ebf (plain)
1
2
3
4
5
6
define('bundle-1', function() {
  return { defined: true };
});
define('bundle-2', function() {
  return { defined: true };
});