Edited the necessary access checks for all the Role views in Core and GHOP.
Also removed unneccessary use of _acceptInvitePost.
/** @namespace */
var mxn = {};
(function(){
/** @exports Map as mxn.Map */
var Map =
/** @constructor */
mxn.Map = function() {
};
/** A method. */
Map.prototype.doThings = function() {
};
})();