]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Corrects example 9753/head
authorKarissa <k@karissademi.com>
Mon, 6 Feb 2017 18:58:34 +0000 (13:58 -0500)
committerGitHub <noreply@github.com>
Mon, 6 Feb 2017 18:58:34 +0000 (13:58 -0500)
Adds `data-equalizer-watch="foo"` in the example markup, reflecting the markup in the working example beneath it.

docs/pages/equalizer.md

index 48176933be5498d637ca032e613f2adaaae55802..52e4ae0a511e67921415b508b2e2ed9c000f9848 100644 (file)
@@ -39,7 +39,7 @@ In the below example, the first set of Equalizer elements have the value `foo`,
 ```html
 <div class="row" data-equalizer="foo">
   <div class="medium-4 columns" data-equalizer-watch="foo">
-    <div class="callout" data-equalizer="bar">
+    <div class="callout" data-equalizer-watch="foo" data-equalizer="bar">
       <h3>Parent panel</h3>
       <div class="callout" data-equalizer-watch="bar"></div>
       <div class="callout" data-equalizer-watch="bar"></div>