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.js8
1 files changed, 4 insertions, 4 deletions
diff --git a/jquery.equalheights.min.js b/jquery.equalheights.min.js
index 4959421..96d848b 100644
--- a/jquery.equalheights.min.js
+++ b/jquery.equalheights.min.js
@@ -1,11 +1,11 @@
-/*
+/*!
* Simple jQuery Equal Heights
*
- * Copyright (c) 2012 Matt Banks
+ * Copyright (c) 2013 Matt Banks
* Dual licensed under the MIT and GPL licenses.
* Uses the same license as jQuery, see:
* http://docs.jquery.com/License
*
- * @version 1.4.2
+ * @version 1.5.0
*/
-!function(a){a.fn.equalHeights=function(){var b=0,c=a(this);return c.each(function(){var c=a(this).innerHeight();c>b&&(b=c)}),c.height(b)},a('[data-heights="equal"]').each(function(){var b=a(this),c=b.data("targets");b.find(c).equalHeights()})}(jQuery);
+!function(a){a.fn.equalHeights=function(){var b=0,c=a(this);return c.each(function(){var c=a(this).innerHeight();c>b&&(b=c)}),c.height(b)},a("[data-equal]").each(function(){var b=a(this),c=b.data("equal");b.find(c).equalHeights()})}(jQuery); \ No newline at end of file