!function(e){e.fn.matchHeights=function(i){i=jQuery.extend(this,{minHeight:null,maxHeight:null,extension:0,overflow:null,includeMargin:!1},i);var t=i.extension,n=i.minHeight?i.minHeight:0;return this.each(function(){n=Math.max(n,e(this).outerHeight())}),i.maxHeight&&n>i.maxHeight&&(n=i.maxHeight),this.each(function(){var h=e(this),g=h.innerHeight()-h.height(),o=g+(h.outerHeight(i.includeMargin)-h.innerHeight());i.overflow?h.css({height:n-o+t,overflow:i.overflow}):h.css({"min-height":n-o+t})})}}(jQuery); //# sourceMappingURL=jquery.matchHeights.js.map