From: zurbchris Date: Tue, 1 Dec 2015 17:35:35 +0000 (-0800) Subject: fixes #7334, adds slashes to prevent docs generator from compiling to markup X-Git-Tag: v6.0.5~21 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5d82b224f717aa38fc745369458ff1e62fb02e12;p=thirdparty%2Ffoundation%2Ffoundation-sites.git fixes #7334, adds slashes to prevent docs generator from compiling to markup --- diff --git a/js/foundation.drilldown.js b/js/foundation.drilldown.js index 0d022b32e..acac64265 100644 --- a/js/foundation.drilldown.js +++ b/js/foundation.drilldown.js @@ -37,15 +37,15 @@ } Drilldown.defaults = { /** - * Markup used for JS generated back button. Prepended to submenu lists and deleted on `destroy` method. + * 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. * @option - * @example '
  • Back
  • ' + * @example '<\li><\a>Back<\/a><\/li>' */ backButton: '
  • Back
  • ', /** - * Markup used to wrap drilldown menu. Use a class name for independent styling, or the JS applied class: `is-drilldown`. + * 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. * @option - * @example '
    ' + * @example '<\div class="is-drilldown"><\/div>' */ wrapper: '
    ', /**