From 189c396cd5f2d80603f3be9f2136b06ba7a51a57 Mon Sep 17 00:00:00 2001 From: Nicolas Coden Date: Sun, 18 Dec 2016 03:49:19 +0100 Subject: [PATCH] Partially fix #9464 - Incorrect documentation of DropdownMenu options See: https://github.com/zurb/foundation-sites/issues/9464 --- 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 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 }; -- 2.47.2