MDL-79041 core: Fix typo for MoodleNet resource URL
[moodle.git] / lib / amd / build / modal_events.min.js
blob738b6249f98fd2866b42ded18c663c8c42d655e0
1 /**
2  * Contain the events a modal can fire.
3  *
4  * @module     core/modal_events
5  * @class      modal_events
6  * @copyright  2016 Ryan Wyllie <ryan@moodle.com>
7  * @license    http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
8  */
9 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"}}));
11 //# sourceMappingURL=modal_events.min.js.map