()
| 18 | module.exports = (UserView = (function () { |
| 19 | UserView = class UserView extends RootView { |
| 20 | static initClass () { |
| 21 | this.prototype.template = template |
| 22 | this.prototype.className = 'user-view' |
| 23 | this.prototype.viewName = null |
| 24 | // Used for the breadcrumbs |
| 25 | } |
| 26 | |
| 27 | constructor (userID, options) { |
| 28 | super(options) |