From 0611e50fcdbf64e2ab025ed934fa3672d2c91b57 Mon Sep 17 00:00:00 2001 From: unclediluvian Date: Mon, 5 May 2014 14:21:00 +0100 Subject: [PATCH] js init function updated --- doc/pages/components/tooltips.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 + ''; } } -- 2.47.2