Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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.js
File · 0.85
Calls
3
hideMenu
Function · 0.85
showMenu
Function · 0.85
$
Function · 0.50
Tested by
no test coverage detected