* Resets spin process
()
| 827 | * Resets spin process |
| 828 | */ |
| 829 | _resetSpin() { |
| 830 | clearTimeout(this._spinTimeoutId); |
| 831 | this._btnDown = false; |
| 832 | this._spinStarted = false; |
| 833 | } |
| 834 | |
| 835 | /** |
| 836 | * Resets spin process when mouse outs + or - buttons |
no outgoing calls
no test coverage detected