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