()
| 15 | module.exports = (LegalView = (function () { |
| 16 | LegalView = class LegalView extends RootView { |
| 17 | static initClass () { |
| 18 | this.prototype.id = 'legal-view' |
| 19 | this.prototype.template = template |
| 20 | } |
| 21 | |
| 22 | initialize () { |
| 23 | this.products = new Products() |