()
| 50 | } |
| 51 | |
| 52 | onLoaded () { |
| 53 | super.onLoaded() |
| 54 | this.buildTreema() |
| 55 | return this.listenTo(this.chat, 'change', () => { |
| 56 | this.chat.updateI18NCoverage() |
| 57 | return this.treema.set('/', this.chat.attributes) |
| 58 | }) |
| 59 | } |
| 60 | |
| 61 | buildTreema () { |
| 62 | if ((this.treema != null) || (!this.chat.loaded)) { return } |
nothing calls this directly
no test coverage detected