()
| 85 | } |
| 86 | |
| 87 | afterRender () { |
| 88 | if (!this.supermodel.finished() || !this.deltaWorked) { return super.afterRender() } |
| 89 | this.deltaView = new DeltaView({ model: this.pendingModel, headModel: this.headModel, skipPaths: deltasLib.DOC_SKIP_PATHS }) |
| 90 | const changeEl = this.$el.find('.changes-stub') |
| 91 | this.insertSubView(this.deltaView, changeEl) |
| 92 | return super.afterRender() |
| 93 | } |
| 94 | |
| 95 | onAcceptPatch () { |
| 96 | return this.acceptPatch(false) |
nothing calls this directly
no outgoing calls
no test coverage detected