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

Function selectPrev

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

Source from the content-addressed store, hash-verified

687 };
688
689 var selectPrev = function() {
690 svgCanvas.cycleElement(0);
691 };
692
693 var rotateSelected = function(cw,step) {
694 if (selectedElement == null || multiselected) return;

Callers 1

method-draw.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected