aboutsummaryrefslogtreecommitdiff
path: root/thirdparty/systemjs/test/tests/bundle.js
blob: d69e7ca69b550b82cebc2fc4cd403a3b12c1a572 (plain)
1
2
3
4
5
6
7
define('bundle-define1', function() {
  return { name: 'bundle1' };
});

define('bundle-define2', function() {
  return { name: 'bundle2' };
});