web-apps/vendor/requirejs/tests/moduleConfig/plain.js
Maxim Kadushkin 741b10515d webapps added
2016-03-10 21:48:53 -03:00

7 lines
172 B
JavaScript

define(function (require, exports, module) {
return {
//no config, just should get an empty object.
id: 'plain' + (module.config().foo || '')
}
});