}
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: '<li class="js-drilldown-back"><a>Back</a></li>',
/**
- * 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: '<div></div>',
/**
- * 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
*/