mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
Fixed #4050 (Dialog: undefined class being added to ui-dialog element)
This commit is contained in:
parent
8bc22ea6f3
commit
08a75c4991
@ -514,6 +514,7 @@ $.extend($.ui.dialog, {
|
||||
buttons: {},
|
||||
closeOnEscape: true,
|
||||
closeText: 'close',
|
||||
dialogClass: '',
|
||||
draggable: true,
|
||||
height: 'auto',
|
||||
minHeight: 150,
|
||||
|
Loading…
Reference in New Issue
Block a user