Your IP : 216.73.216.224


Current Path : /var/www/html/components/com_community/assets/source/js/popups/
Upload File :
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 );

});