Mixed spaces and tabs removed

This commit is contained in:
Corey Frang 2012-10-29 13:37:06 -05:00
parent d074efe528
commit a688e7c8d4

View File

@ -583,9 +583,9 @@ $.widget("ui.dialog", {
},
_size: function() {
/* 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
*/
// 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
var nonContentHeight, minContentHeight,
options = this.options;