aboutsummaryrefslogtreecommitdiffstats
path: root/demos/dialog/animated.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/animated.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/animated.html')
-rw-r--r--demos/dialog/animated.html1
1 files changed, 0 insertions, 1 deletions
diff --git a/demos/dialog/animated.html b/demos/dialog/animated.html
index 43dfed061..1e134b3b1 100644
--- a/demos/dialog/animated.html
+++ b/demos/dialog/animated.html
@@ -17,7 +17,6 @@
<script type="text/javascript" src="../../ui/jquery.effects.explode.js"></script>
<link type="text/css" href="../demos.css" rel="stylesheet" />
<script type="text/javascript">
- $.ui.dialog.prototype.options.bgiframe = true;
// increase the default animation speed to exaggerate the effect
$.fx.speeds._default = 1000;
$(function() {