From: Wing-Hou Chan Date: Mon, 5 May 2014 08:10:58 +0000 (+0100) Subject: Update equalizer.html X-Git-Tag: v5.2.3~20^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F5110%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Update equalizer.html --- diff --git a/doc/pages/components/equalizer.html b/doc/pages/components/equalizer.html index c41653a8f..0d3a500a1 100644 --- a/doc/pages/components/equalizer.html +++ b/doc/pages/components/equalizer.html @@ -132,9 +132,10 @@ Required Foundation Library: `foundation.equalizer.js` {{#markdown}} ```js $(document).foundation({ - equalizer: - // specify if Equalizer should make elements equal height once they become stacked + equalizer : { + // Specify if Equalizer should make elements equal height once they become stacked. equalize_on_stack: false + } }); ``` {{/markdown}}