web-apps/vendor/requirejs/tests/shim/a.js

6 lines
69 B
JavaScript
Raw Normal View History

2016-03-11 00:48:53 +00:00
(function (root) {
root.A = {
name: 'a'
};
}(this));