diff options
author | Richard Worth <rdworth@gmail.com> | 2009-02-03 04:20:42 +0000 |
---|---|---|
committer | Richard Worth <rdworth@gmail.com> | 2009-02-03 04:20:42 +0000 |
commit | 08a75c4991bf761ccba11149edfeaf2782487eec (patch) | |
tree | 98521909358593615de1621d1b39bd25d2b86a7d /ui/ui.dialog.js | |
parent | 8bc22ea6f30d489a47d8aaf07492be28a9a5ee55 (diff) | |
download | jquery-ui-08a75c4991bf761ccba11149edfeaf2782487eec.tar.gz jquery-ui-08a75c4991bf761ccba11149edfeaf2782487eec.zip |
Fixed #4050 (Dialog: undefined class being added to ui-dialog element)
Diffstat (limited to 'ui/ui.dialog.js')
-rw-r--r-- | ui/ui.dialog.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/ui.dialog.js b/ui/ui.dialog.js index a9c219a13..c757be8a4 100644 --- a/ui/ui.dialog.js +++ b/ui/ui.dialog.js @@ -514,6 +514,7 @@ $.extend($.ui.dialog, { buttons: {}, closeOnEscape: true, closeText: 'close', + dialogClass: '', draggable: true, height: 'auto', minHeight: 150, |