| 13 | |
| 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 |
nothing calls this directly
no outgoing calls
no test coverage detected