mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
Dialog: Updated test for default position option. QUnit still fails the test though.
This commit is contained in:
parent
6de9a5368c
commit
83910b6bd3
@ -17,7 +17,13 @@ var dialog_defaults = {
|
||||
minHeight: 150,
|
||||
minWidth: 150,
|
||||
modal: false,
|
||||
position: 'center',
|
||||
position: {
|
||||
my: 'center',
|
||||
at: 'center',
|
||||
of: window,
|
||||
collision: 'fit',
|
||||
|
||||
},
|
||||
resizable: true,
|
||||
show: null,
|
||||
stack: true,
|
||||
|
Loading…
Reference in New Issue
Block a user