()
| 481 | } |
| 482 | |
| 483 | savePath(){ |
| 484 | const data = { |
| 485 | config: this.config, |
| 486 | nodes: this.nodes |
| 487 | } |
| 488 | |
| 489 | localStorage.setItem( this.config.name, JSON.stringify( data )); |
| 490 | } |
| 491 | |
| 492 | selectNode( x, y ){ |
| 493 | let activeNode = null; |
nothing calls this directly
no outgoing calls
no test coverage detected