3.0 source code
This commit is contained in:
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
|
||||
};
|
||||
});
|
||||
Reference in New Issue
Block a user