aboutsummaryrefslogtreecommitdiffstats
path: root/demos/dialog/modal.html
diff options
context:
space:
mode:
authorScott González <scott.gonzalez@gmail.com>2010-01-19 23:25:38 +0000
committerScott González <scott.gonzalez@gmail.com>2010-01-19 23:25:38 +0000
commit010385b2fa4f0656953c2fc70c363c9cd9f74a9d (patch)
treeb04f5abb6e314ffb11627f036b8d0404bd56aa63 /demos/dialog/modal.html
parentebf5160587ec2689a97018bc0c24082a3e84c02e (diff)
downloadjquery-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 'demos/dialog/modal.html')
-rw-r--r--demos/dialog/modal.html1
1 files changed, 0 insertions, 1 deletions
diff --git a/demos/dialog/modal.html b/demos/dialog/modal.html
index 276c49717..2f0df5888 100644
--- a/demos/dialog/modal.html
+++ b/demos/dialog/modal.html
@@ -19,7 +19,6 @@
$("#dialog").dialog("destroy");
$("#dialog-modal").dialog({
- bgiframe: true,
height: 140,
modal: true
});