(options)
| 4 | |
| 5 | class ForkModal extends ModalView { |
| 6 | constructor (options) { |
| 7 | super(options) |
| 8 | this.editorPath = options.editorPath // like 'level' or 'thang' |
| 9 | this.model = options.model |
| 10 | this.modelClass = this.model.constructor |
| 11 | } |
| 12 | |
| 13 | forkModel (e) { |
| 14 | e.preventDefault() |
nothing calls this directly
no outgoing calls
no test coverage detected