(model, style)
| 499 | } |
| 500 | |
| 501 | hovered_style_updated(model, style) { |
| 502 | this.hovered_style = style; |
| 503 | this.clear_style(model.previous('hovered_style'), this.hovered_index); |
| 504 | this.style_updated(style, this.hovered_index); |
| 505 | } |
| 506 | |
| 507 | unhovered_style_updated(model, style) { |
| 508 | this.unhovered_style = style; |
nothing calls this directly
no test coverage detected