Dialog: Updated test for default position option. QUnit still fails the test though.

This commit is contained in:
Scott González 2010-07-14 16:38:16 -04:00
parent 6de9a5368c
commit 83910b6bd3

View File

@ -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,