MCPcopy Index your code
hub / github.com/jsfiddle/togetherjs / showMenu

Function showMenu

togetherjs/ui.js:719–725  ·  view source on GitHub ↗
(event)

Source from the content-addressed store, hash-verified

717 // Menu
718
719 function showMenu(event) {
720 var el = $("#togetherjs-menu");
721 assert(el.length);
722 el.show();
723 bindMenu();
724 $(document).bind("click", maybeHideMenu);
725 }
726
727 function bindMenu() {
728 var el = $("#togetherjs-menu:visible");

Callers 1

toggleMenuFunction · 0.85

Calls 3

bindMenuFunction · 0.85
$Function · 0.50
assertFunction · 0.50

Tested by

no test coverage detected