diff options
author | Scott González <scott.gonzalez@gmail.com> | 2010-01-19 23:25:38 +0000 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2010-01-19 23:25:38 +0000 |
commit | 010385b2fa4f0656953c2fc70c363c9cd9f74a9d (patch) | |
tree | b04f5abb6e314ffb11627f036b8d0404bd56aa63 /tests | |
parent | ebf5160587ec2689a97018bc0c24082a3e84c02e (diff) | |
download | jquery-ui-010385b2fa4f0656953c2fc70c363c9cd9f74a9d.tar.gz jquery-ui-010385b2fa4f0656953c2fc70c363c9cd9f74a9d.zip |
Dialog, position: Removed bgiframe option; always use bgiframe when available.
Fixes #5071 - Remove bgiframe option from all plugins.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/unit/dialog/dialog_defaults.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/unit/dialog/dialog_defaults.js b/tests/unit/dialog/dialog_defaults.js index 9607bf194..999021d95 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', |