(e)
| 45 | } |
| 46 | |
| 47 | onServerError (e) { // TODO: work error handling into a separate forms system |
| 48 | return this.disableModalInProgress(this.$el) |
| 49 | } |
| 50 | |
| 51 | constructor (options) { |
| 52 | super(options) |
nothing calls this directly
no outgoing calls
no test coverage detected