mirror of
https://github.com/moodle/moodle.git
synced 2025-07-26 00:31:35 +02:00
* Update component library for new features of single_button and modal * Update core_notification javascript
11 lines
571 B
JavaScript
11 lines
571 B
JavaScript
/**
|
|
* Contain the events a modal can fire.
|
|
*
|
|
* @module core/modal_events
|
|
* @class modal_events
|
|
* @copyright 2016 Ryan Wyllie <ryan@moodle.com>
|
|
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
|
*/
|
|
define("core/modal_events",[],(function(){return{shown:"modal:shown",hidden:"modal:hidden",destroyed:"modal:destroyed",bodyRendered:"modal:bodyRendered",outsideClick:"modal:outsideClick",save:"modal-save-cancel:save",delete:"modal-delete-cancel:delete",cancel:"modal-save-cancel:cancel"}}));
|
|
|
|
//# sourceMappingURL=modal_events.min.js.map
|