mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
Dialog: Fix code style
This commit is contained in:
parent
d2ce363200
commit
4e39014803
@ -34,7 +34,7 @@ return $.extend( helper, {
|
|||||||
},
|
},
|
||||||
|
|
||||||
shouldResize: function( assert, element, dw, dh, msg ) {
|
shouldResize: function( assert, element, dw, dh, msg ) {
|
||||||
var actualDH, actualDW, heightAfter, widthAfter
|
var actualDH, actualDW, heightAfter, widthAfter,
|
||||||
d = element.dialog( "widget" ),
|
d = element.dialog( "widget" ),
|
||||||
handle = $( ".ui-resizable-se", d ),
|
handle = $( ".ui-resizable-se", d ),
|
||||||
heightBefore = element.height(),
|
heightBefore = element.height(),
|
||||||
|
Loading…
Reference in New Issue
Block a user