diff options
author | liabru <liambrum@gmail.com> | 2014-04-15 12:20:07 +0100 |
---|---|---|
committer | liabru <liambrum@gmail.com> | 2014-04-15 12:20:07 +0100 |
commit | 0cb6082a062aa6e790e2277fcd17c3b43584c89f (patch) | |
tree | 9b7d3768cc998570a18b97d0852e9e4450683fc9 /jquery.matchHeight.js | |
parent | 56c9902d903701a6da90c32d06f6eb862a49760f (diff) | |
download | jquery-match-height-0cb6082a062aa6e790e2277fcd17c3b43584c89f.zip jquery-match-height-0cb6082a062aa6e790e2277fcd17c3b43584c89f.tar.gz jquery-match-height-0cb6082a062aa6e790e2277fcd17c3b43584c89f.tar.bz2 |
increment version
Diffstat (limited to 'jquery.matchHeight.js')
-rw-r--r-- | jquery.matchHeight.js | 3 |
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); /* |