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

Function moveToTopSelected

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

Source from the content-addressed store, hash-verified

574 }
575
576 var moveToTopSelected = function() {
577 if (selectedElement != null) {
578 flash($('#object_menu'));
579 svgCanvas.moveToTopSelectedElement();
580 }
581 };
582
583 var moveToBottomSelected = function() {
584 if (selectedElement != null) {

Callers 1

method-draw.jsFile · 0.70

Calls 2

$Function · 0.85
flashFunction · 0.70

Tested by

no test coverage detected