MCPcopy
hub / github.com/methodofaction/Method-Draw / clickFHPath

Function clickFHPath

src/js/method-draw.js:479–483  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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')) {

Callers

nothing calls this directly

Calls 1

toolButtonClickFunction · 0.85

Tested by

no test coverage detected