wallet-core/thirdparty/systemjs/test/tests/global-encapsulation.js

3 lines
106 B
JavaScript
Raw Normal View History

(function(g) {
g.globalName = 'encapsulated global';
})(typeof window != 'undefined' ? window : global);