]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
docs: add missing @fire for the "hide" event in DropdownMenu.hide
authorNicolas Coden <nicolas@ncoden.fr>
Sun, 7 Oct 2018 20:44:01 +0000 (22:44 +0200)
committerNicolas Coden <nicolas@ncoden.fr>
Sun, 7 Oct 2018 20:44:01 +0000 (22:44 +0200)
js/foundation.dropdownMenu.js

index aab850cd2bea6a8136b3aa79d5c07429a48bf86d..6bec5b369cf5f658c668f7edc0e9602dcbd9a11a 100644 (file)
@@ -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) {