()
| 328 | } |
| 329 | |
| 330 | remove() { |
| 331 | this.removeKeys(['circle'], ['text']); |
| 332 | var text = this.get('text'); |
| 333 | if (text) { |
| 334 | text.remove(); |
| 335 | } |
| 336 | this.gitVisuals.removeVisNode(this); |
| 337 | } |
| 338 | |
| 339 | removeAll() { |
| 340 | this.remove(); |
no test coverage detected