From: Nicolas Coden Date: Sun, 7 Oct 2018 20:44:01 +0000 (+0200) Subject: docs: add missing @fire for the "hide" event in DropdownMenu.hide X-Git-Tag: v6.6.0~3^2~88^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=655af4abbf9059c8bb2a3da01d61d06d8a232a83;p=thirdparty%2Ffoundation%2Ffoundation-sites.git docs: add missing @fire for the "hide" event in DropdownMenu.hide --- 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) {