MCPcopy Index your code
hub / github.com/methodofaction/Method-Draw / hideSourceEditor

Function hideSourceEditor

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

Source from the content-addressed store, hash-verified

1015 };
1016
1017 var hideSourceEditor = function(){
1018 $('#svg_source_editor').hide();
1019 editingsource = false;
1020 $('#svg_source_textarea').blur();
1021 };
1022
1023 var win_wh = {width:$(window).width(), height:$(window).height()};
1024

Callers 2

saveChangesFunction · 0.85
cancelOverlaysFunction · 0.85

Calls 1

$Function · 0.85

Tested by

no test coverage detected