Dialog: Spacing.

This commit is contained in:
Scott González 2012-12-12 08:47:05 -05:00
parent a677ea7dc0
commit 0f111a2ac4

View File

@ -496,9 +496,9 @@ $.widget( "ui.dialog", {
that._trigger( "resize", event, filteredUi( ui ) );
},
stop: function( event, ui ) {
$( this ).removeClass( "ui-dialog-resizing" );
options.height = $( this ).height();
options.width = $( this ).width();
$( this ).removeClass("ui-dialog-resizing");
that._trigger( "resizeStop", event, filteredUi( ui ) );
}
})