aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/dialog/dialog.html
diff options
context:
space:
mode:
authorJörn Zaefferer <joern.zaefferer@gmail.com>2012-11-30 13:08:56 +0100
committerJörn Zaefferer <joern.zaefferer@gmail.com>2012-11-30 13:08:56 +0100
commit13505e5945e5532c3d56424d50ad109c665d205f (patch)
tree0688bcd8c187f98b099717c1723afe49a4aa1325 /tests/unit/dialog/dialog.html
parent548a6ce7f927f327e7db261d343caba9b889409d (diff)
downloadjquery-ui-13505e5945e5532c3d56424d50ad109c665d205f.tar.gz
jquery-ui-13505e5945e5532c3d56424d50ad109c665d205f.zip
Dialog: Ensure all animations finish and clean up themselve when destroying dialog. Fixes #5860 - Dialog: Destroying a dialog during animated close leaves .ui-effects-wrapper in DOM.
Diffstat (limited to 'tests/unit/dialog/dialog.html')
-rw-r--r--tests/unit/dialog/dialog.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/unit/dialog/dialog.html b/tests/unit/dialog/dialog.html
index 5413e7cc1..cdc846478 100644
--- a/tests/unit/dialog/dialog.html
+++ b/tests/unit/dialog/dialog.html
@@ -23,6 +23,8 @@
"ui/jquery.ui.draggable.js",
"ui/jquery.ui.resizable.js",
"ui/jquery.ui.button.js",
+ "ui/jquery.ui.effect.js",
+ "ui/jquery.ui.effect-clip.js",
"ui/jquery.ui.dialog.js"
]
});