DocumentServer/OfficeWeb/vendor/requirejs/tests/mapConfig/another/c.js
2015-04-28 17:59:00 +03:00

7 lines
120 B
JavaScript

define(['./minor'], function (minor) {
return {
name: 'another/c',
minorName: minor.name
};
});