web-apps/vendor/requirejs/tests/moduleConfig/plain.js

7 lines
172 B
JavaScript
Raw Normal View History

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