mirror of
https://github.com/systemjs/systemjs.git
synced 2026-02-01 15:59:54 +00:00
6 lines
142 B
JavaScript
6 lines
142 B
JavaScript
(function(window) {
|
|
if (false)
|
|
define(function() {
|
|
});
|
|
window.test = 'global';
|
|
})(typeof window != 'undefined' ? window : global); |