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

Function moveDownSelected

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

Source from the content-addressed store, hash-verified

595 };
596
597 var moveDownSelected = function() {
598 if (selectedElement != null) {
599 flash($('#object_menu'));
600 svgCanvas.moveUpDownSelected("Down");
601 }
602 };
603
604 var moveUpDownSelected = function(dir) {
605 if (selectedElement != null) {

Callers

nothing calls this directly

Calls 2

$Function · 0.85
flashFunction · 0.70

Tested by

no test coverage detected