systemjs/test/tests/global-shim-config.js
2014-04-27 16:47:48 -07:00

3 lines
90 B
JavaScript

(function(window) {
window.ME = dep;
})(typeof window != 'undefined' ? window : global);