* Triggered when input value has been changed. * @param {Event} evt
(evt)
| 72 | * @param {Event} evt |
| 73 | */ |
| 74 | inputValueDidChange (evt) { |
| 75 | // Notify model |
| 76 | this.getModel().viewValueDidChange(this, this._$input.checked) |
| 77 | } |
| 78 | } |
nothing calls this directly
no test coverage detected