| Current Path : /var/www/html/components/com_community/assets/source/js/popups/ |
| Current File : /var/www/html/components/com_community/assets/source/js/popups/inbox.js |
(function( root, factory ) {
joms.popup || (joms.popup = {});
joms.popup.inbox = factory( root, joms.popup.inbox || {});
define([
'popups/inbox.addrecipient',
'popups/chat.addrecipient',
'popups/inbox.remove',
'popups/inbox.setread',
'popups/inbox.setunread'
], function() {
return joms.popup.inbox;
});
})( window, function( window, sub ) {
// Exports.
return joms._.extend({}, sub );
});