hsengiv

Results 1 issues of hsengiv

Why did we change the logic for getting o.height from > o.height = (options.height == 'auto') ? me.parent().height() : options.height; to > o.height = (o.height == 'auto') ? me.parent().height() :...