aboutsummaryrefslogtreecommitdiffstats
path: root/ui
diff options
context:
space:
mode:
authorJörn Zaefferer <joern.zaefferer@gmail.com>2011-05-18 15:58:42 +0200
committerJörn Zaefferer <joern.zaefferer@gmail.com>2011-05-18 15:58:42 +0200
commitd1f86cb2ff4ebd9b68a0b1e01d58fc8a5d2e5135 (patch)
tree9bdbb95dfbe7c50f6051824822088adcea8e9efb /ui
parentbdd2362754705628c7d5ad9a1b2edc8269c05e6c (diff)
parenta0f16a00b9398f123dbb5e027b21b04af13fcc1b (diff)
downloadjquery-ui-d1f86cb2ff4ebd9b68a0b1e01d58fc8a5d2e5135.tar.gz
jquery-ui-d1f86cb2ff4ebd9b68a0b1e01d58fc8a5d2e5135.zip
Merge remote branch 'origin/master'
Diffstat (limited to 'ui')
-rw-r--r--ui/jquery.ui.dialog.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/jquery.ui.dialog.js b/ui/jquery.ui.dialog.js
index 496118761..4dd15438d 100644
--- a/ui/jquery.ui.dialog.js
+++ b/ui/jquery.ui.dialog.js
@@ -742,7 +742,7 @@ $.extend( $.ui.dialog.overlay, {
$( [ document, window ] ).unbind( ".dialog-overlay" );
}
- $el.remove();
+ $el.height( 0 ).width( 0 ).remove();
// adjust the maxZ to allow other modal dialogs to continue to work (see #4309)
var maxZ = 0;