()
| 471 | }()); |
| 472 | |
| 473 | var clickSelect = function() { |
| 474 | if (toolButtonClick('#tool_select')) { |
| 475 | svgCanvas.setMode('select'); |
| 476 | } |
| 477 | }; |
| 478 | |
| 479 | var clickFHPath = function() { |
| 480 | if (toolButtonClick('#tool_fhpath')) { |
nothing calls this directly
no test coverage detected