aboutsummaryrefslogtreecommitdiff
path: root/thirdparty/systemjs/test/tests/global-shim-config.js
blob: 62139f6e34796c0c7a3f77db82dc279ade9f9b17 (plain)
1
2
3
(function(window) {
  window.ME = dep;
})(typeof window != 'undefined' ? window : global);