(model, style)
| 262 | |
| 263 | // Style related functions |
| 264 | selected_style_updated(model, style) { |
| 265 | this.selected_style = style; |
| 266 | this.clear_style(model.previous('selected_style'), this.selected_indices); |
| 267 | this.style_updated(style, this.selected_indices); |
| 268 | } |
| 269 | |
| 270 | unselected_style_updated(model, style) { |
| 271 | this.unselected_style = style; |
nothing calls this directly
no test coverage detected
searching dependent graphs…