diff options
author | Scott González <scott.gonzalez@gmail.com> | 2009-07-27 23:53:58 +0000 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2009-07-27 23:53:58 +0000 |
commit | d3bd7ae09f1932026177186cdfd050d65a8380b7 (patch) | |
tree | 02eb383cbc8e6cb37ce4563dd69c9aa1c64148c2 /tests | |
parent | 010a225af3aa1b7899ce97b27622b4d8556a764d (diff) | |
download | jquery-ui-d3bd7ae09f1932026177186cdfd050d65a8380b7.tar.gz jquery-ui-d3bd7ae09f1932026177186cdfd050d65a8380b7.zip |
Dialog tests: Switch bgiframe to stackfix.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/unit/dialog/dialog_defaults.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/dialog/dialog_defaults.js b/tests/unit/dialog/dialog_defaults.js index 9607bf194..33da934fd 100644 --- a/tests/unit/dialog/dialog_defaults.js +++ b/tests/unit/dialog/dialog_defaults.js @@ -4,7 +4,6 @@ var dialog_defaults = { autoOpen: true, - bgiframe: false, buttons: {}, closeOnEscape: true, closeText: 'close', @@ -22,6 +21,7 @@ var dialog_defaults = { resizable: true, show: null, stack: true, + stackfix: false, title: '', width: 300, zIndex: 1000 |