()
| 72 | // Backbone.Mediator.publish 'model-save-success', model |
| 73 | |
| 74 | afterInsert () { |
| 75 | super.afterInsert() |
| 76 | return _.delay(() => (this.$el != null ? this.$el.find('#name').focus() : undefined), 500) |
| 77 | } |
| 78 | } |
| 79 | NewModelModal.initClass() |
| 80 | return NewModelModal |
nothing calls this directly
no outgoing calls
no test coverage detected