- var bottom = el.old_bottom;
- if( ! bottom ) {
- bottom = getStyle( el, 'bottom' );
- }
- var right = el.old_right;
- if( ! right ) {
- right = getStyle( el, 'right' );
- }
+ var bottom = getStyle( el, 'bottom' );
+ var right = getStyle( el, 'right' );