12 lines
479 B
JavaScript
12 lines
479 B
JavaScript
define("core/config",["exports"],(function(_exports){Object.defineProperty(_exports,"__esModule",{value:!0}),_exports.default=void 0;
|
|
/**
|
|
* Expose the M.cfg global variable.
|
|
*
|
|
* @module core/config
|
|
* @copyright 2015 Damyon Wiese <damyon@moodle.com>
|
|
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
|
* @since 2.9
|
|
*/
|
|
var _default=M.cfg;return _exports.default=_default,_exports.default}));
|
|
|
|
//# sourceMappingURL=config.min.js.map
|