open the attached menu.
()
| 732 | |
| 733 | /** open the attached menu. */ |
| 734 | function openMenu() { |
| 735 | triggers[0].toggle(); |
| 736 | detectChanges(); |
| 737 | } |
| 738 | |
| 739 | /** set the menus and triggers arrays. */ |
| 740 | function grabElementsForTesting() { |
no test coverage detected
searching dependent graphs…