Files
web-apps/vendor/requirejs/tests/plugins/pluginNormalize/modA.js
2024-03-06 16:02:41 +05:00

8 lines
143 B
JavaScript

define(function() {
return {
load: function(name, req, onload, config) {
req([name + '-foo'], onload, onload.error);
}
}
});