Edited the necessary access checks for all the Role views in Core and GHOP.
Also removed unneccessary use of _acceptInvitePost.
/** @constructor */function Foo() { var bar = 1; bar = 2; // redefining a private this.baz = 1; baz = 2; // global /** a private */ var blap = { /** in here */ tada: 1 }}