()
| 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')) { |
nothing calls this directly
no test coverage detected