DocumentServer/OfficeWeb/vendor/requirejs/tests/shim/a.js

6 lines
69 B
JavaScript
Raw Normal View History

2015-04-28 14:59:00 +00:00
(function (root) {
root.A = {
name: 'a'
};
}(this));