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

Function selectNext

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

Source from the content-addressed store, hash-verified

683 }
684
685 var selectNext = function() {
686 svgCanvas.cycleElement(1);
687 };
688
689 var selectPrev = function() {
690 svgCanvas.cycleElement(0);

Callers 1

method-draw.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected