summaryrefslogtreecommitdiffstats
path: root/jquery.equalheights.min.js
diff options
context:
space:
mode:
Diffstat (limited to 'jquery.equalheights.min.js')
-rw-r--r--jquery.equalheights.min.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/jquery.equalheights.min.js b/jquery.equalheights.min.js
index e95174b..70d7c33 100644
--- a/jquery.equalheights.min.js
+++ b/jquery.equalheights.min.js
@@ -6,6 +6,6 @@
* Uses the same license as jQuery, see:
* http://docs.jquery.com/License
*
- * @version 1.0
+ * @version 1.0.1
*/
-$.fn.equalHeights=function(){var a=0;$(this).each(function(c){var b=$(this).height();if(a<b){a=b}});$(this).height(a)}; \ No newline at end of file
+(function(a){a.fn.equalHeights=function(){var b=0;a(this).each(function(d){var c=a(this).height();if(b<c){b=c}});a(this).height(b)}})(jQuery); \ No newline at end of file