mirror of
https://github.com/wickedest/Mergely.git
synced 2026-02-02 09:38:00 +08:00
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