From 655af4abbf9059c8bb2a3da01d61d06d8a232a83 Mon Sep 17 00:00:00 2001 From: Nicolas Coden Date: Sun, 7 Oct 2018 22:44:01 +0200 Subject: [PATCH] docs: add missing @fire for the "hide" event in DropdownMenu.hide --- js/foundation.dropdownMenu.js | 1 + 1 file changed, 1 insertion(+) diff --git a/js/foundation.dropdownMenu.js b/js/foundation.dropdownMenu.js index aab850cd2..6bec5b369 100644 --- a/js/foundation.dropdownMenu.js +++ b/js/foundation.dropdownMenu.js @@ -330,6 +330,7 @@ class DropdownMenu extends Plugin { * @function * @param {jQuery} $elem - element with a submenu to hide * @param {Number} idx - index of the $tabs collection to hide + * @fires DropdownMenu#hide * @private */ _hide($elem, idx) { -- 2.47.2