wallet-core/thirdparty/systemjs/test/tests/global-shim-config.js

3 lines
90 B
JavaScript

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