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