aboutsummaryrefslogtreecommitdiff
path: root/thirdparty/systemjs/test/tests/global-dep.js
blob: 3f651102336d50a70453c0bcf84ba484fdd9d0d9 (plain)
1
2
3
4
5
(function(window) {
  window.jjQuery = {
    v: '1.8.3'
  };
})(typeof window != 'undefined' ? window : global);