forked from lxm_front/Mergely
Removed window height (was unused).
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user