()
| 22 | module.exports = (AIView = (function () { |
| 23 | AIView = class AIView extends RootView { |
| 24 | static initClass () { |
| 25 | this.prototype.id = 'ai-view' |
| 26 | this.prototype.template = template |
| 27 | } |
| 28 | |
| 29 | afterInsert () { |
| 30 | // Undo our 62.5% default HTML font-size here |