()
| 87 | } |
| 88 | |
| 89 | afterInsert () { |
| 90 | super.afterInsert() |
| 91 | return _.delay(() => $('input:visible:first', this.$el).focus(), 500) |
| 92 | } |
| 93 | |
| 94 | destroy () { |
| 95 | if (this.nextUrl && (this.nextUrl === window.nextURL)) { |
nothing calls this directly
no outgoing calls
no test coverage detected