summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--jquery.matchHeight.js3
-rw-r--r--matchHeight.jquery.json2
2 files changed, 2 insertions, 3 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);
/*
diff --git a/matchHeight.jquery.json b/matchHeight.jquery.json
index 8a3b26f..107c3f9 100644
--- a/matchHeight.jquery.json
+++ b/matchHeight.jquery.json
@@ -10,7 +10,7 @@
"equalize",
"columns"
],
- "version": "0.5.0",
+ "version": "0.5.1",
"author": {
"name": "liabru",
"url": "http://brm.io"