(model, style)
| 221 | } |
| 222 | |
| 223 | selected_style_updated(model, style) { |
| 224 | this.selected_style = style; |
| 225 | this.style_updated(style, this.selected_indices); |
| 226 | } |
| 227 | |
| 228 | unselected_style_updated(model, style) { |
| 229 | this.unselected_style = style; |
nothing calls this directly
no test coverage detected