systemjs/test/tests/global-with-export.js
2014-04-27 16:47:48 -07:00

5 lines
102 B
JavaScript

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