()
| 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 |
no test coverage detected