Removed window height (was unused).

This commit is contained in:
Jamie Peabody
2013-05-12 20:03:46 +01:00
parent eb3b45ff92
commit 18bc465d90

View File

@@ -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);
}