()
| 65 | } |
| 66 | |
| 67 | color_change() { |
| 68 | if (this.model.get('color') !== null) { |
| 69 | this.line.style('stroke', this.model.get('color')); |
| 70 | } |
| 71 | } |
| 72 | |
| 73 | initial_click() { |
| 74 | this.line.attr('visibility', 'visible'); |
no outgoing calls
no test coverage detected