From 09c4b1a68df1c32d6f54f967315fe8ee957125b7 Mon Sep 17 00:00:00 2001 From: Kevin Wood-Friend Date: Tue, 12 Aug 2014 14:25:26 -0400 Subject: [PATCH] Improve support when concatenated or minified Prevents issues when concatenated or minified with other scripts. --- jquery.matchHeight.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jquery.matchHeight.js b/jquery.matchHeight.js index f0bbeb8..1f8430c 100644 --- a/jquery.matchHeight.js +++ b/jquery.matchHeight.js @@ -4,7 +4,7 @@ * License: MIT */ -(function($) { +;(function($) { $.fn.matchHeight = function(byRow) {