()
| 96 | } |
| 97 | |
| 98 | afterRender () { |
| 99 | super.afterRender() |
| 100 | if (!this.supermodel.finished()) { return } |
| 101 | this.pushChangesToPreview() |
| 102 | this.patchesView = this.insertSubView(new PatchesView(this.poll), this.$el.find('.patches-view')) |
| 103 | return this.patchesView.load() |
| 104 | } |
| 105 | |
| 106 | pushChangesToPreview () { |
| 107 | if (!this.treema) { return } |
nothing calls this directly
no test coverage detected