Bones/node_modules/systemjs/test/tests/global-with-export.js

5 lines
102 B
JavaScript
Raw Normal View History

2017-05-17 13:45:25 -04:00
(function(window) {
window.q = {
r: 'r'
};
})(typeof window != 'undefined' ? window : global);