diff options
author | liabru <liabru@brm.io> | 2014-08-31 18:26:09 +0100 |
---|---|---|
committer | liabru <liabru@brm.io> | 2014-08-31 18:26:09 +0100 |
commit | e009c4cb08af7e94dfa95dd64ead5058a6935204 (patch) | |
tree | b0354475be975d75818ab1f3fc8a0e65d9ea279d | |
parent | 9ba952912342ff14fb81804a8f7967e37679c385 (diff) | |
parent | 09c4b1a68df1c32d6f54f967315fe8ee957125b7 (diff) | |
download | jquery-match-height-e009c4cb08af7e94dfa95dd64ead5058a6935204.zip jquery-match-height-e009c4cb08af7e94dfa95dd64ead5058a6935204.tar.gz jquery-match-height-e009c4cb08af7e94dfa95dd64ead5058a6935204.tar.bz2 |
Merge branch 'patch-1' of https://github.com/kwoodfriend/jquery-match-height into kwoodfriend-patch-1
-rw-r--r-- | jquery.matchHeight.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jquery.matchHeight.js b/jquery.matchHeight.js index b6db590..cd1025c 100644 --- a/jquery.matchHeight.js +++ b/jquery.matchHeight.js @@ -4,7 +4,7 @@ * License: MIT */ -(function($) { +;(function($) { $.fn.matchHeight = function(byRow) { |