]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Update equalizer.html 5110/head
authorWing-Hou Chan <winghouchan@gmail.com>
Mon, 5 May 2014 08:10:58 +0000 (09:10 +0100)
committerWing-Hou Chan <winghouchan@gmail.com>
Mon, 5 May 2014 08:10:58 +0000 (09:10 +0100)
doc/pages/components/equalizer.html

index c41653a8f812da40cfe14bdd6a321cf7aefa2156..0d3a500a1ee532f9c328ac4875324fdeede1f55a 100644 (file)
@@ -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}}