DocumentServer/OfficeWeb/vendor/requirejs/tests/shim/a.js
2015-04-28 17:59:00 +03:00

6 lines
69 B
JavaScript

(function (root) {
root.A = {
name: 'a'
};
}(this));