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

Function clickEyedropper

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

Source from the content-addressed store, hash-verified

525
526
527 var clickEyedropper = function() {
528 if (toolButtonClick('#tool_eyedropper')) {
529 svgCanvas.setMode('eyedropper');
530 }
531 }
532
533 var clickShapelib = function() {
534 if (toolButtonClick('#tool_shapelib')) {

Callers

nothing calls this directly

Calls 1

toolButtonClickFunction · 0.85

Tested by

no test coverage detected