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

7 lines
130 B
JavaScript

(function(window) {
window.j$ = window.jjQuery = {
jquery: 'here'
};
})(typeof window != 'undefined' ? window : global);