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