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

Function moveUpDownSelected

src/js/method-draw.js:604–609  ·  view source on GitHub ↗
(dir)

Source from the content-addressed store, hash-verified

602 };
603
604 var moveUpDownSelected = function(dir) {
605 if (selectedElement != null) {
606 flash($('#object_menu'));
607 svgCanvas.moveUpDownSelected(dir);
608 }
609 };
610
611 var convertToPath = function() {
612 if (selectedElement != null) {

Callers 1

method-draw.jsFile · 0.85

Calls 2

$Function · 0.85
flashFunction · 0.70

Tested by

no test coverage detected