summaryrefslogtreecommitdiff
path: root/thirdparty/systemjs/test/tests/global-multi.js
blob: e7f0b5cfc1a095ad5f55a3baf8546b2c3cd7c989 (plain)
1
2
3
4
5
6
(function(window) {
  window.j$ = window.jjQuery = {
    jquery: 'here'
  };
})(typeof window != 'undefined' ? window : global);