DocumentServer/OfficeWeb/vendor/requirejs/tests/mapConfig/e.js

7 lines
85 B
JavaScript
Raw Normal View History

2015-04-28 14:59:00 +00:00
define(['d'], function (d) {
return {
name: 'e',
d: d
};
});