mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
effects.drop: Quick second pass Style Guidance
This commit is contained in:
parent
69a7382fb7
commit
b6debf4daf
3
ui/jquery.effects.drop.js
vendored
3
ui/jquery.effects.drop.js
vendored
@ -28,7 +28,8 @@ $.effects.drop = function( o ) {
|
||||
distance;
|
||||
|
||||
// Adjust
|
||||
$.effects.save(el, props); el.show();
|
||||
$.effects.save( el, props );
|
||||
el.show();
|
||||
$.effects.createWrapper( el );
|
||||
|
||||
distance = o.distance || el[ ref == 'top' ? 'outerHeight': 'outerWidth' ]({ margin: true }) / 2;
|
||||
|
Loading…
Reference in New Issue
Block a user