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