From: unclediluvian Date: Mon, 5 May 2014 13:21:00 +0000 (+0100) Subject: js init function updated X-Git-Tag: v5.2.3~5^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F5112%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git js init function updated --- diff --git a/doc/pages/components/tooltips.html b/doc/pages/components/tooltips.html index 619352418..4435d581c 100644 --- a/doc/pages/components/tooltips.html +++ b/doc/pages/components/tooltips.html @@ -102,7 +102,7 @@ You can adjust lots of settings. For example: {{#markdown}} ```js $(document).foundation({ - tooltips: { + tooltip: { selector : '.has-tip', additional_inheritable_classes : [], tooltip_class : '.tooltip', @@ -110,7 +110,7 @@ $(document).foundation({ disable_for_touch: false, tip_template : function (selector, content) { return '' + content + ''; } }