diff --git a/lib/mergely.js b/lib/mergely.js index a4f0756..26305c8 100644 --- a/lib/mergely.js +++ b/lib/mergely.js @@ -369,7 +369,6 @@ jQuery.extend(Mgly.mergely.prototype, { _auto_width: function(w) { return w; }, resize: function() { var w = jQuery(el).parent().width(); - var h = jQuery(window).height(); if (this.width == 'auto') { w = this._auto_width(w); }