summaryrefslogtreecommitdiff
path: root/thirdparty/systemjs/lib/loader-wrapper-end.js
blob: d10bbad1f78331934d9b09c38de895c94413ce6d (plain)
1
2
3
4
5
6
  if (typeof module == 'object' && module.exports && typeof exports == 'object')
    module.exports = System;

  __global.System = System;

})(typeof self != 'undefined' ? self : global);