diff options
author | Scott González <scott.gonzalez@gmail.com> | 2012-12-04 09:21:33 -0500 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2012-12-04 09:21:33 -0500 |
commit | 050e71bdd88708ce6e8462a89af4399cffa72cf3 (patch) | |
tree | a386b98f397ab335be4e81b426b2847631329922 /ui/jquery.ui.dialog.js | |
parent | 8072099a3ac78340b4b861d76aac082968cd1df7 (diff) | |
download | jquery-ui-050e71bdd88708ce6e8462a89af4399cffa72cf3.tar.gz jquery-ui-050e71bdd88708ce6e8462a89af4399cffa72cf3.zip |
Revert "Dialog: Cleanup style properties on _destroy. Reenables style check in domEqual, while removing commented and unnecessary old code. Fixes #8119 - Dialog: Destroying a dialog leaves style, scrollleft, and scrolltop leftovers."
This reverts commit d687a1b10d1e176a6a8dd4420f1ea3a890640da0.
Diffstat (limited to 'ui/jquery.ui.dialog.js')
-rw-r--r-- | ui/jquery.ui.dialog.js | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/ui/jquery.ui.dialog.js b/ui/jquery.ui.dialog.js index 472d686a2..361beeb4c 100644 --- a/ui/jquery.ui.dialog.js +++ b/ui/jquery.ui.dialog.js @@ -127,11 +127,6 @@ $.widget("ui.dialog", { this.element .removeUniqueId() .removeClass( "ui-dialog-content ui-widget-content" ) - .css({ - "width": "", - "min-height": "", - "height": "" - }) .hide() // without detaching first, the following becomes really slow .detach(); |