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

6 lines
142 B
JavaScript
Raw Normal View History

(function(window) {
if (false)
define(function() {
});
window.test = 'global';
})(typeof window != 'undefined' ? window : global);