MCPcopy
hub / github.com/jsfiddle/togetherjs / toggleMenu

Function toggleMenu

togetherjs/ui.js:756–762  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

754 });
755
756 function toggleMenu() {
757 if ($("#togetherjs-menu").is(":visible")) {
758 hideMenu();
759 } else {
760 showMenu();
761 }
762 }
763
764 function hideMenu() {
765 var el = $("#togetherjs-menu");

Callers 1

ui.jsFile · 0.85

Calls 3

hideMenuFunction · 0.85
showMenuFunction · 0.85
$Function · 0.50

Tested by

no test coverage detected