()
| 14 | module.exports = (CommunityView = (function () { |
| 15 | CommunityView = class CommunityView extends RootView { |
| 16 | static initClass () { |
| 17 | this.prototype.id = 'community-view' |
| 18 | this.prototype.template = template |
| 19 | |
| 20 | this.prototype.logoutRedirectURL = false |
| 21 | } |
| 22 | |
| 23 | afterRender () { |
| 24 | super.afterRender() |