diff options
Diffstat (limited to 'demos/dialog/animated.html')
-rw-r--r-- | demos/dialog/animated.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/dialog/animated.html b/demos/dialog/animated.html index 2bb96d369..dd84b25d4 100644 --- a/demos/dialog/animated.html +++ b/demos/dialog/animated.html @@ -17,7 +17,7 @@ <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.defaults.stackfix = true; + $.ui.dialog.prototype.options.stackfix = true; // increase the default animation speed to exaggerate the effect $.fx.speeds._default = 1000; $(function() { |