aboutsummaryrefslogtreecommitdiff
path: root/thirdparty/systemjs/test/tests/global-with-export.js
blob: 656ea6a197bc1fdc195783224c626a5f99dce472 (plain)
1
2
3
4
5
(function(window) {
  window.q = {
    r: 'r'
  };
})(typeof window != 'undefined' ? window : global);