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

Function clickShapelib

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

Source from the content-addressed store, hash-verified

531 }
532
533 var clickShapelib = function() {
534 if (toolButtonClick('#tool_shapelib')) {
535 $("#tools_shapelib").css({
536 "top": $('#tool_shapelib').offset().top,
537 "margin-left": 3,
538 })
539 $("#tools_shapelib").show();
540 }
541 }
542
543 // Delete is a contextual tool that only appears in the ribbon if
544 // an element has been selected

Callers

nothing calls this directly

Calls 2

toolButtonClickFunction · 0.85
$Function · 0.85

Tested by

no test coverage detected