web-apps/vendor/requirejs/tests/mapConfig/another/c.js

7 lines
120 B
JavaScript
Raw Normal View History

2016-03-11 00:48:53 +00:00
define(['./minor'], function (minor) {
return {
name: 'another/c',
minorName: minor.name
};
});