()
| 477 | }; |
| 478 | |
| 479 | var clickFHPath = function() { |
| 480 | if (toolButtonClick('#tool_fhpath')) { |
| 481 | svgCanvas.setMode('fhpath'); |
| 482 | } |
| 483 | }; |
| 484 | |
| 485 | var clickLine = function() { |
| 486 | if (toolButtonClick('#tool_line')) { |
nothing calls this directly
no test coverage detected