Skip to content

Commit a688e7c

Browse files
committed
Mixed spaces and tabs removed
1 parent d074efe commit a688e7c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ui/jquery.ui.dialog.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -583,9 +583,9 @@ $.widget("ui.dialog", {
583583
},
584584

585585
_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-
*/
586+
587+
// If the user has resized the dialog, the .ui-dialog and .ui-dialog-content
588+
// divs will both have width and height set, so we need to reset them
589589
var nonContentHeight, minContentHeight,
590590
options = this.options;
591591

0 commit comments

Comments
 (0)