3.0 source code
This commit is contained in:
6
OfficeWeb/vendor/requirejs/tests/mapConfig/another/c.js
vendored
Normal file
6
OfficeWeb/vendor/requirejs/tests/mapConfig/another/c.js
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
define(['./minor'], function (minor) {
|
||||
return {
|
||||
name: 'another/c',
|
||||
minorName: minor.name
|
||||
};
|
||||
});
|
||||
Reference in New Issue
Block a user