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