()
| 190 | } |
| 191 | |
| 192 | function onBlur() { |
| 193 | const i = interpret(this.value); |
| 194 | if (i !== false) { |
| 195 | _this.__color.__state = i; |
| 196 | _this.setValue(_this.__color.toOriginal()); |
| 197 | } else { |
| 198 | this.value = _this.__color.toString(); |
| 199 | } |
| 200 | } |
| 201 | |
| 202 | function onFinish() { |
| 203 | if (_this.__onFinishChange) { |
nothing calls this directly
no test coverage detected