Since https://github.com/zurb/foundation-sites/pull/10965, DrodpdownMenu events are in CamelCase.
if (this.options.closeOnClick) { this._addBodyHandler(); }
/**
* Fires when the new dropdown pane is visible.
- * @event Dropdownmenu#show
+ * @event DropdownMenu#show
*/
this.$element.trigger('show.zf.dropdownMenu', [$sub]);
}
/**
* Fires when the open menus are closed.
- * @event Dropdownmenu#hide
+ * @event DropdownMenu#hide
*/
this.$element.trigger('hide.zf.dropdownMenu', [$toClose]);
}