Fixed #4050 (Dialog: undefined class being added to ui-dialog element)

This commit is contained in:
Richard Worth 2009-02-03 04:20:42 +00:00
parent 8bc22ea6f3
commit 08a75c4991

View File

@ -514,6 +514,7 @@ $.extend($.ui.dialog, {
buttons: {},
closeOnEscape: true,
closeText: 'close',
dialogClass: '',
draggable: true,
height: 'auto',
minHeight: 150,