We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d074efe commit a688e7cCopy full SHA for a688e7c
ui/jquery.ui.dialog.js
@@ -583,9 +583,9 @@ $.widget("ui.dialog", {
583
},
584
585
_size: function() {
586
- /* If the user has resized the dialog, the .ui-dialog and .ui-dialog-content
587
- * divs will both have width and height set, so we need to reset them
588
- */
+
+ // If the user has resized the dialog, the .ui-dialog and .ui-dialog-content
+ // divs will both have width and height set, so we need to reset them
589
var nonContentHeight, minContentHeight,
590
options = this.options;
591
0 commit comments