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

Function clickSave

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

Source from the content-addressed store, hash-verified

898 };
899
900 var clickSave = function(){
901 flash($('#file_menu'));
902 svgCanvas.save();
903 };
904
905 var saveSourceEditor = function(){
906 if (!editingsource) return;

Callers 1

method-draw.jsFile · 0.85

Calls 2

$Function · 0.85
flashFunction · 0.70

Tested by

no test coverage detected