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

Function clickClone

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

Source from the content-addressed store, hash-verified

783 };
784
785 var clickClone = function(){
786 flash($('#edit_menu'));
787 svgCanvas.cloneSelectedElements(20,20);
788 };
789
790 var clickAlign = function() {
791 var letter = this.id.replace('tool_align','').charAt(0);

Callers

nothing calls this directly

Calls 2

$Function · 0.85
flashFunction · 0.70

Tested by

no test coverage detected