()
| 61 | } |
| 62 | |
| 63 | afterRender () { |
| 64 | this.$el.find(`.${this.status}`).addClass('active') |
| 65 | return super.afterRender() |
| 66 | } |
| 67 | |
| 68 | onStatusButtonsChanged (e) { |
| 69 | this.status = $(e.target).val() |
nothing calls this directly
no outgoing calls
no test coverage detected