()
| 416 | } |
| 417 | |
| 418 | function clearMenus() { |
| 419 | $('.dropdown-backdrop').remove() |
| 420 | $(toggle).each(function () { |
| 421 | getParent($(this)).removeClass('open') |
| 422 | }) |
| 423 | } |
| 424 | |
| 425 | function getParent($this) { |
| 426 | var selector = $this.attr('data-target') |
no test coverage detected