]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Partially fix #9464 - Incorrect documentation of DropdownMenu options 9520/head
authorNicolas Coden <nicolas@ncoden.fr>
Sun, 18 Dec 2016 02:49:19 +0000 (03:49 +0100)
committerNicolas Coden <nicolas@ncoden.fr>
Sun, 18 Dec 2016 02:49:19 +0000 (03:49 +0100)
See: https://github.com/zurb/foundation-sites/issues/9464

js/foundation.dropdownMenu.js

index fcb8bba83c4d4e41e8ec56649451035bd15c966a..2fdc59a4dff997a1e57e6f6b8e6a940f58f07166 100644 (file)
@@ -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
 };