From 281dabc4bef9a2e2219a26c10d567ab3d024891e Mon Sep 17 00:00:00 2001 From: Michal Wrzesniewski Date: Thu, 3 Dec 2015 10:37:50 +0100 Subject: [PATCH] Equalizer compiler error fixed --- foundation-sites/foundation.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/foundation-sites/foundation.d.ts b/foundation-sites/foundation.d.ts index 1093a954a..27d761a38 100644 --- a/foundation-sites/foundation.d.ts +++ b/foundation-sites/foundation.d.ts @@ -118,7 +118,7 @@ declare module Foundation { // http://foundation.zurb.com/sites/docs/equalizer.html#javascript-reference export interface Equalizer { getHeights: (element:Object) => Array; - applyHeight: ($eqParent:Object, heights:Array) => void; + applyHeight: ($eqParent:Object, heights:Array) => void; destroy: () => void; }