From e53cf1ef08a099d96fb741b7517d3068e5746253 Mon Sep 17 00:00:00 2001 From: Kyle Macquarrie Date: Thu, 6 Feb 2014 00:56:10 +0000 Subject: [PATCH] fix incorrect refs from interchange to equalizer --- doc/pages/components/equalizer.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/pages/components/equalizer.html b/doc/pages/components/equalizer.html index bd20d34fa..c01f60c40 100644 --- a/doc/pages/components/equalizer.html +++ b/doc/pages/components/equalizer.html @@ -159,10 +159,10 @@ $(document).on('after-height-change', function(){ ### Using the Javascript -Before you can use Interchange you'll want to verify that jQuery and `foundation.js` are available on your page. You can refer to the [Javascript documentation](../javascript.html) on setting that up. +Before you can use Equalizer you'll want to verify that jQuery and `foundation.js` are available on your page. You can refer to the [Javascript documentation](../javascript.html) on setting that up. -Just add `foundation.interchange.js` AFTER the `foundation.js` file. Your markup should look something like this: +Just add `foundation.equalizer.js` AFTER the `foundation.js` file. Your markup should look something like this: {{> examples_equalizer_javascript}} -- 2.47.2