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

7 lines
116 B
JavaScript
Raw Normal View History

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