From: Chris Oyler Date: Tue, 2 Feb 2016 01:10:24 +0000 (-0800) Subject: updates docs for drilldown X-Git-Tag: v6.2.0-rc.1~35^2~4^2~11 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f23b5e4b5e48f19df13b3f3e84d8df0fad7e71e2;p=thirdparty%2Ffoundation%2Ffoundation-sites.git updates docs for drilldown --- diff --git a/js/foundation.drilldown.js b/js/foundation.drilldown.js index 7b9bfb52e..194dbc53c 100644 --- a/js/foundation.drilldown.js +++ b/js/foundation.drilldown.js @@ -37,19 +37,19 @@ } Drilldown.defaults = { /** - * Markup used for JS generated back button. Prepended to submenu lists and deleted on `destroy` method, 'js-drilldown-back' class required. Remove the backslash (`\`) if copy and pasting. + * Markup used for JS generated back button. Prepended to submenu lists and deleted on `destroy` method, 'js-drilldown-back' class required. * @option - * @example '<\li><\a>Back<\/a><\/li>' + * @example '<li><a>Back</a></li>' */ backButton: '
  • Back
  • ', /** - * Markup used to wrap drilldown menu. Use a class name for independent styling; the JS applied class: `is-drilldown` is required. Remove the backslash (`\`) if copy and pasting. + * Markup used to wrap drilldown menu. Use a class name for independent styling; the JS applied class: `is-drilldown` is required. * @option - * @example '<\div class="is-drilldown"><\/div>' + * @example '<div class="is-drilldown"></div>' */ wrapper: '
    ', /** - * Allow the menu to return to root list on body click. + * Allow the menu to return to top level menu on body click. * @option * @example false */