From: Nicolas Coden Date: Sun, 18 Dec 2016 02:49:19 +0000 (+0100) Subject: Partially fix #9464 - Incorrect documentation of DropdownMenu options X-Git-Tag: v6.3.1-rc1~32^2^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F9520%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Partially fix #9464 - Incorrect documentation of DropdownMenu options See: https://github.com/zurb/foundation-sites/issues/9464 --- diff --git a/js/foundation.dropdownMenu.js b/js/foundation.dropdownMenu.js index fcb8bba83..2fdc59a4d 100644 --- a/js/foundation.dropdownMenu.js +++ b/js/foundation.dropdownMenu.js @@ -377,7 +377,7 @@ DropdownMenu.defaults = { /** * Allow a submenu to open/remain open on parent click event. Allows cursor to move away from menu. * @option - * @example true + * @example false */ clickOpen: false, /** @@ -420,7 +420,7 @@ DropdownMenu.defaults = { /** * Boolean to force overide the clicking of links to perform default action, on second touch event for mobile. * @option - * @example false + * @example true */ forceFollow: true };