diff options
author | Scott González <scott.gonzalez@gmail.com> | 2010-07-14 16:38:16 -0400 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2010-07-14 16:38:16 -0400 |
commit | 83910b6bd3db241b1f7dc6fbfa070954be989bc7 (patch) | |
tree | c6d7ac64eb14fcfde79c35f56c306acd444aaa6e | |
parent | 6de9a5368c3e0523f91f08e7b1516549ce006f98 (diff) | |
download | jquery-ui-83910b6bd3db241b1f7dc6fbfa070954be989bc7.tar.gz jquery-ui-83910b6bd3db241b1f7dc6fbfa070954be989bc7.zip |
Dialog: Updated test for default position option. QUnit still fails the test though.
-rw-r--r-- | tests/unit/dialog/dialog_defaults.js | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/tests/unit/dialog/dialog_defaults.js b/tests/unit/dialog/dialog_defaults.js index 999021d95..2b107a6a0 100644 --- a/tests/unit/dialog/dialog_defaults.js +++ b/tests/unit/dialog/dialog_defaults.js @@ -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, |