mirror of
https://github.com/moodle/moodle.git
synced 2025-03-17 22:20:00 +01:00
3 lines
514 B
JavaScript
3 lines
514 B
JavaScript
define ("core_message/message_drawer_helper",["core/pubsub","core_message/message_drawer_events"],function(a,b){return{createConversationWithUser:function createConversationWithUser(c){a.publish(b.CREATE_CONVERSATION_WITH_USER,c)},hide:function hide(){a.publish(b.HIDE)},show:function show(){a.publish(b.SHOW)},showConversation:function showConversation(c){a.publish(b.SHOW_CONVERSATION,c)},showSettings:function showSettings(){a.publish(b.SHOW_SETTINGS)}}});
|
|
//# sourceMappingURL=message_drawer_helper.min.js.map
|