From ec24cb7705d8262cbe82318152493c361d61913c Mon Sep 17 00:00:00 2001 From: Jeremy Englert Date: Sun, 11 Feb 2018 15:32:22 -0700 Subject: [PATCH] Fix: dropdown menu event names --- js/foundation.dropdownMenu.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/js/foundation.dropdownMenu.js b/js/foundation.dropdownMenu.js index 573116140..9eeac8420 100644 --- a/js/foundation.dropdownMenu.js +++ b/js/foundation.dropdownMenu.js @@ -310,7 +310,7 @@ class DropdownMenu extends Plugin { 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]); } @@ -352,7 +352,7 @@ class DropdownMenu extends Plugin { } /** * Fires when the open menus are closed. - * @event DropdownMenu#hide + * @event Dropdownmenu#hide */ this.$element.trigger('hide.zf.dropdownmenu', [$toClose]); } -- 2.47.2