If checkCanOrgAdminOrMentorEdit function does not find a task, the user is redirected to 404 page.
/** @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 }}