* Resets spin process when mouse outs + or - buttons
()
| 836 | * Resets spin process when mouse outs + or - buttons |
| 837 | */ |
| 838 | _resetSpinOut() { |
| 839 | if (this._btnDown) { |
| 840 | this._resetSpin(); |
| 841 | this._fireChangeEvent(); |
| 842 | } |
| 843 | } |
| 844 | } |
| 845 | StepInput.define(); |
| 846 |
nothing calls this directly
no test coverage detected