()
| 1457 | justToggledAt = Date.now(); |
| 1458 | } |
| 1459 | function closeMenu() { |
| 1460 | menu.style.setProperty('display', 'none', 'important'); |
| 1461 | btn.setAttribute('aria-expanded', 'false'); |
| 1462 | } |
| 1463 | function isOpen() { |
| 1464 | return getComputedStyle(menu).display !== 'none'; |
| 1465 | } |
no outgoing calls
no test coverage detected