(save = false)
| 594 | } |
| 595 | |
| 596 | render(save = false){ |
| 597 | this.graph.render( this.nodes, this.activeNode, this.activeCtrl, this.ghosts.paths ); |
| 598 | |
| 599 | if (save) this.store.write( this.config, this.nodes ); |
| 600 | } |
| 601 | } |
| 602 | |
| 603 | const app = new App(); |
no test coverage detected