systemjs/test/tests/global.js
2013-06-19 22:56:23 -07:00

6 lines
72 B
JavaScript

window.jQuery = {
v: '2.0..0'
};
window.another = {
some: 'thing'
};