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
|
||||
};
|
||||
});
|
||||
3
OfficeWeb/vendor/requirejs/tests/mapConfig/another/c/dim.js
vendored
Normal file
3
OfficeWeb/vendor/requirejs/tests/mapConfig/another/c/dim.js
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
define({
|
||||
name: 'another/c/dim'
|
||||
});
|
||||
6
OfficeWeb/vendor/requirejs/tests/mapConfig/another/c/sub.js
vendored
Normal file
6
OfficeWeb/vendor/requirejs/tests/mapConfig/another/c/sub.js
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
define(['./dim'], function (dim) {
|
||||
return {
|
||||
name: 'another/c/sub',
|
||||
dimName: dim.name
|
||||
};
|
||||
});
|
||||
4
OfficeWeb/vendor/requirejs/tests/mapConfig/another/minor.js
vendored
Normal file
4
OfficeWeb/vendor/requirejs/tests/mapConfig/another/minor.js
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
define({
|
||||
name: 'another/minor'
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user