()
| 246 | } |
| 247 | |
| 248 | private updateSelected() { |
| 249 | this.selected_indices = this.model.get('selected'); |
| 250 | this.apply_styles(); |
| 251 | } |
| 252 | |
| 253 | set_style_on_elements(style, indices, elements) { |
| 254 | // If the index array is undefined or of length=0, exit the |
nothing calls this directly
no test coverage detected