summaryrefslogtreecommitdiffstats
path: root/jquery.matchHeight.js
diff options
context:
space:
mode:
Diffstat (limited to 'jquery.matchHeight.js')
-rw-r--r--jquery.matchHeight.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/jquery.matchHeight.js b/jquery.matchHeight.js
index 110a91d..9f3385c 100644
--- a/jquery.matchHeight.js
+++ b/jquery.matchHeight.js
@@ -1,5 +1,5 @@
/**
-* jquery.matchHeight.js v0.5.0
+* jquery.matchHeight.js v0.5.1
* http://brm.io/jquery-match-height/
* License: MIT
*/
@@ -148,7 +148,6 @@
$($.fn.matchHeight._applyDataApi);
// update heights on load and resize events
-
$(window).bind('load resize orientationchange', $.fn.matchHeight._update);
/*